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