Removed console.log
This commit is contained in:
parent
43a33e579d
commit
4469767d8f
2 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ function setCookie(name, value, exdays)
|
|||
|
||||
function getCookie(name)
|
||||
{
|
||||
console.log(document.cookie);
|
||||
var value = document.cookie;
|
||||
var start = value.indexOf(' ' + name + '=');
|
||||
|
||||
|
|
|
@ -97,7 +97,6 @@ $(function()
|
|||
|
||||
var postDom = posts.first();
|
||||
var url = postDom.find('form').attr('action') + '?json';
|
||||
console.log(postDom.find('form').get(0));
|
||||
var fd = new FormData(postDom.find('form').get(0));
|
||||
|
||||
fd.append('file', postDom.data('file'));
|
||||
|
|
Loading…
Reference in a new issue