Add new files.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-13 22:46:45 -03:00
parent 9360a27f15
commit d1dfb48be5
3 changed files with 11 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
);
</c:if>
<c:if test="${memoryPersistence || readOnlyMode}">
options.persistenceManager = new mindplot.LocalStorageManager("c/restful/maps/{id}/document/xml${principal!=null?'':'-pub'}");
options.persistenceManager = new mindplot.LocalStorageManager("c/restful/maps/{id}${hid!=null?'/'+hid:''}/document/xml${principal!=null?'':'-pub'}");
</c:if>
var userOptions = ${mindmap.properties};