mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-10 17:23:23 +01:00
adding option to ajax request for debugging
This commit is contained in:
parent
f2b0eb74ea
commit
5081311f7d
@ -37,6 +37,7 @@ function JSPomLoader(pomUrl, callback) {
|
||||
var url = urls.pop();
|
||||
$.ajax({
|
||||
url: url,
|
||||
crossDomain: true,
|
||||
dataType: "script",
|
||||
success: function () {
|
||||
jsRecLoad(urls);
|
||||
|
Loading…
Reference in New Issue
Block a user