Fix history render

This commit is contained in:
Paulo Gustavo Veiga
2022-01-27 19:06:51 -08:00
parent 45ec4b371f
commit bcd3384829
3 changed files with 23 additions and 21 deletions

View File

@@ -14,6 +14,7 @@
<%@ include file="/jsp/pageHeaders.jsf" %>
<script type="text/javascript">
var mapId = '${mindmap.id}';
var historyId = '${hid}';
var memoryPersistence = true;
var readOnly = true;
var userOptions = ${mindmap.properties};