mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-25 07:27:56 +01:00
adding option to ajax request for debugging
This commit is contained in:
parent
fe59b1ce46
commit
c3ef872360
@ -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