From c3ef87236075c49ddb1fa47962e62520a1356a68 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 6 Jul 2014 01:16:08 -0300 Subject: [PATCH] adding option to ajax request for debugging --- wise-editor/src/main/webapp/js/mindplot-min.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wise-editor/src/main/webapp/js/mindplot-min.js b/wise-editor/src/main/webapp/js/mindplot-min.js index 5cc7bc8b..a53055ff 100644 --- a/wise-editor/src/main/webapp/js/mindplot-min.js +++ b/wise-editor/src/main/webapp/js/mindplot-min.js @@ -37,6 +37,7 @@ function JSPomLoader(pomUrl, callback) { var url = urls.pop(); $.ajax({ url: url, + crossDomain: true, dataType: "script", success: function () { jsRecLoad(urls);