debug commit

This commit is contained in:
Matthew K. Fu JuYuan 2012-10-01 17:56:55 +08:00
parent 506fa179a1
commit 3dc4dc2316
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() { }
},success: function(msg) { console.log(msg); }
});
})