diff --git a/wise-editor/src/main/webapp/html/editor.html b/wise-editor/src/main/webapp/html/editor.html index 84c6289b..6e0d17a9 100644 --- a/wise-editor/src/main/webapp/html/editor.html +++ b/wise-editor/src/main/webapp/html/editor.html @@ -9,10 +9,10 @@ - - + + - + @@ -24,7 +24,7 @@ var options = loadDesignerOptions(); var designer = buildDesigner(options); - // Load map from XML ... + // Load map from XML file persisted on disk... var persistence = mindplot.PersistenceManager.getInstance(); var mindmap; try { diff --git a/wise-editor/src/main/webapp/html/embedded.html b/wise-editor/src/main/webapp/html/embedded.html index c31d1510..8143171c 100644 --- a/wise-editor/src/main/webapp/html/embedded.html +++ b/wise-editor/src/main/webapp/html/embedded.html @@ -9,10 +9,10 @@ - - + + - + @@ -30,7 +30,7 @@ var options = loadDesignerOptions(confUrl); var designer = buildDesigner(options); - // Load map from XML ... + // Load map from XML file persisted on disk... var persistence = mindplot.PersistenceManager.getInstance(); var mindmap; try { diff --git a/wise-editor/src/main/webapp/html/viewmode.html b/wise-editor/src/main/webapp/html/viewmode.html index c7199ffe..744eb02b 100644 --- a/wise-editor/src/main/webapp/html/viewmode.html +++ b/wise-editor/src/main/webapp/html/viewmode.html @@ -2,35 +2,33 @@ - WiseMapping - View Mode + WiseMapping - Editor - + - - + + - + - + + - +