- Fix notes issues. Now, notes are part of a CDATA seccion

This commit is contained in:
Paulo Veiga 2011-11-28 22:38:22 -03:00
parent a33daf4563
commit c598c1837e
2 changed files with 1258 additions and 1251 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 ...