Finish moving mindmap loading to rest.
This commit is contained in:
@@ -87,7 +87,7 @@ function buildDesigner(options) {
|
||||
}
|
||||
|
||||
} else {
|
||||
persistence = new mindplot.LocalStorageManager();
|
||||
persistence = new mindplot.LocalStorageManager("samples/{id}.xml");
|
||||
}
|
||||
mindplot.PersistenceManager.init(persistence);
|
||||
|
||||
|
Reference in New Issue
Block a user