diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml
index 494ee623..50916531 100644
--- a/wise-webapp/pom.xml
+++ b/wise-webapp/pom.xml
@@ -402,6 +402,30 @@
false
+
+ wiseListLibrary
+ generate-resources
+
+ compress
+
+
+
+
+
+
+ menu.js
+ slideShow.js
+
+
+
+ true
+ true
+ false
+ false
+
+ wiseEditorLibrarygenerate-resources
diff --git a/wise-webapp/src/main/webapp/js/editor.js b/wise-webapp/src/main/webapp/js/editor.js
index 9d3b3226..c3eeebd4 100644
--- a/wise-webapp/src/main/webapp/js/editor.js
+++ b/wise-webapp/src/main/webapp/js/editor.js
@@ -343,7 +343,7 @@ function afterMindpotLibraryLoading()
saveFunc.delay(1);
} else
{
- new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action.',
+ new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action. to create an account click here',
{
'window': {theme:Windoo.Themes.wise,
title:''
@@ -361,14 +361,10 @@ function afterMindpotLibraryLoading()
window.document.location = "mymaps.htm";
} else
{
- new Windoo.Confirm('This option is not enabled in try mode. You must by signed in order to execute this action.',
- {
- 'window': {theme:Windoo.Themes.wise,
- title:''
+ displayLoading();
+ window.document.location = "home.htm";
}
});
- }
- });
if (isTryMode)
{
diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
index 33863712..ec4ab39c 100644
--- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
+++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp
@@ -15,6 +15,7 @@
+