171 doesn't have bug with javascript remove log script
This commit is contained in:
parent
3dc4dc2316
commit
7919750d4f
|
@ -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(msg) { console.log(msg); }
|
},success: function(msg) { }
|
||||||
|
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue