mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Remove try from export.
This commit is contained in:
parent
45858f393e
commit
b808fcdbb8
@ -89,9 +89,11 @@
|
||||
<img src="images/public.png"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${!memoryPersistence}">
|
||||
<div id="export" class="buttonOn">
|
||||
<img src="images/export.png"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||
<div id="history" class="buttonOn">
|
||||
<img src="images/history.png"/>
|
||||
|
Loading…
Reference in New Issue
Block a user