mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
fixing editor and my mindmap lists
This commit is contained in:
parent
a349672170
commit
518587a29a
@ -402,6 +402,30 @@
|
||||
<statistics>false</statistics>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>wiseListLibrary</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>compress</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<aggregations>
|
||||
<aggregation>
|
||||
<output>
|
||||
${project.build.directory}/${project.build.finalName}/js/wiseListLibrary.js
|
||||
</output>
|
||||
<includes>
|
||||
<include>menu.js</include>
|
||||
<include>slideShow.js</include>
|
||||
</includes>
|
||||
</aggregation>
|
||||
</aggregations>
|
||||
<nosuffix>true</nosuffix>
|
||||
<nomunge>true</nomunge>
|
||||
<jswarn>false</jswarn>
|
||||
<statistics>false</statistics>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>wiseEditorLibrary</id>
|
||||
<phase>generate-resources</phase>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user