fixing editor and my mindmap lists
This commit is contained in:
@@ -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.<br/> to create an account click <a href="userRegistration.htm">here</a>',
|
||||
{
|
||||
'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)
|
||||
{
|
||||
|
@@ -15,6 +15,7 @@
|
||||
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon"/>
|
||||
<script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseLibrary.js"></script>
|
||||
<script type="text/javascript" src="${pageContext.request.contextPath}/js/wiseListLibrary.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<link rel="stylesheet" type="text/css" href="../css/mymapsOldIE.css"/>
|
||||
<script type="text/javascript" src="${pageContext.request.contextPath}/js/shadedborder.js"></script>
|
||||
|
Reference in New Issue
Block a user