From 518587a29ae174916efd7ab5b82bb10f263238c5 Mon Sep 17 00:00:00 2001 From: Pablo Luna Date: Wed, 6 Apr 2011 11:20:15 +0100 Subject: [PATCH] fixing editor and my mindmap lists --- wise-webapp/pom.xml | 24 +++++++++++++++++++ wise-webapp/src/main/webapp/js/editor.js | 10 +++----- .../src/main/webapp/jsp/mindmapList.jsp | 1 + 3 files changed, 28 insertions(+), 7 deletions(-) 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 + + + + + + ${project.build.directory}/${project.build.finalName}/js/wiseListLibrary.js + + + menu.js + slideShow.js + + + + true + true + false + false + + wiseEditorLibrary generate-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 @@ +