171 doesn't have bug with javascript remove log script

This commit is contained in:
Matthew K. Fu JuYuan 2012-10-01 19:05:23 +08:00
parent 3dc4dc2316
commit 7919750d4f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $(document).ready(function() {
o.dataType = 'script';
o.url = url.nodeValue;
o.type = 'post';
},success: function(msg) { console.log(msg); }
},success: function(msg) { }
});
})