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.
|
||||
*/
|
||||
|
||||
//FIXME: remove Request class
|
||||
mindplot.RESTPersistenceManager = new Class({
|
||||
Extends:mindplot.PersistenceManager,
|
||||
initialize:function (options) {
|
||||
|
13
wise-editor/src/main/webapp/js/mindplot-min.js
vendored
13
wise-editor/src/main/webapp/js/mindplot-min.js
vendored
@ -56,11 +56,20 @@ function JSPomLoader(pomUrl, callback) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
jQuery.getScript("../../../../../web2d/target/classes/web2d.svg-min.js", function () {
|
||||
$.ajax({
|
||||
url: "../../../../../web2d/target/classes/web2d.svg-min.js",
|
||||
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