mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
trying to load pom.xml
This commit is contained in:
parent
21e5850ee5
commit
f40aaab2ea
@ -16,6 +16,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//FIXME: remove Request class
|
||||||
mindplot.RESTPersistenceManager = new Class({
|
mindplot.RESTPersistenceManager = new Class({
|
||||||
Extends:mindplot.PersistenceManager,
|
Extends:mindplot.PersistenceManager,
|
||||||
initialize:function (options) {
|
initialize:function (options) {
|
||||||
|
17
wise-editor/src/main/webapp/js/mindplot-min.js
vendored
17
wise-editor/src/main/webapp/js/mindplot-min.js
vendored
@ -56,11 +56,20 @@ function JSPomLoader(pomUrl, callback) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
jQuery.getScript("../../../../../web2d/target/classes/web2d.svg-min.js", function () {
|
url: "../../../../../web2d/target/classes/web2d.svg-min.js",
|
||||||
JSPomLoader('../../../../../mindplot/pom.xml', function () {
|
crossDomain: true,
|
||||||
});
|
dataType: "script",
|
||||||
|
success: function () {
|
||||||
|
JSPomLoader('../../../../../mindplot/pom.xml', function () {
|
||||||
|
});
|
||||||
|
},
|
||||||
|
error: function(){
|
||||||
|
console.error("Unexpected error loading:"+url);
|
||||||
|
console.error(arguments);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user