Add publish map on editor.
This commit is contained in:
@@ -51,7 +51,9 @@ mindplot.LocalStorageManager = new Class({
|
||||
}
|
||||
|
||||
}
|
||||
return core.Utils.createDocumentFromText(xml);
|
||||
|
||||
var parser = new DOMParser();
|
||||
return parser.parseFromString(xml, "text/xml");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user