debug commit
This commit is contained in:
parent
506fa179a1
commit
3dc4dc2316
|
@ -36,7 +36,7 @@ $(document).ready(function() {
|
||||||
o.dataType = 'script';
|
o.dataType = 'script';
|
||||||
o.url = url.nodeValue;
|
o.url = url.nodeValue;
|
||||||
o.type = 'post';
|
o.type = 'post';
|
||||||
},success: function() { }
|
},success: function(msg) { console.log(msg); }
|
||||||
|
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue