- Fix notes issues. Now, notes are part of a CDATA seccion
parent
a33daf4563
commit
c598c1837e
File diff suppressed because it is too large
Load Diff
|
@ -54,11 +54,11 @@
|
|||
|
||||
} else if (collab == 'standalone' && mindReady) {
|
||||
// Configure default persistence manager ...
|
||||
mindplot.PersitenceManager.init(new mindplot.FilePersitenceManager());
|
||||
mindplot.PersitenceManager.init(new mindplot.LocalStorageManager());
|
||||
|
||||
// Load map from XML ...
|
||||
var persitence = mindplot.PersitenceManager.getInstance();
|
||||
var mindmap = persitence.load("map1");
|
||||
var mindmap = persitence.load("map2");
|
||||
designer.loadMap(mindmap);
|
||||
|
||||
// If not problem has arisen, close the dialog ...
|
||||
|
|
Loading…
Reference in New Issue