mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
- Fix security issues when the map is loaded from the rest service. Two URL has been defined for each type of access.
This commit is contained in:
parent
5d05f21803
commit
86d5c98ed7
@ -2,10 +2,12 @@
|
||||
|
||||
<div id="toolbar">
|
||||
<div id="persist" class="buttonContainer">
|
||||
<c:if test="${!readOnlyMode && !memoryPersistence}">
|
||||
<c:if test="${!readOnlyMode}">
|
||||
<div id="save" class="buttonOn">
|
||||
<img src="images/save.png"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${!memoryPersistence}">
|
||||
<div id="print" class="buttonOn">
|
||||
<img src="images/print.png"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user