mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
fix regular expresion in export window
This commit is contained in:
parent
dcb4de0e0e
commit
f1c6c845b8
@ -87,7 +87,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
// No way to obtain map svg. Hide panels..
|
||||
if (window.location.pathname.match(/\/[0-9]\/edit/)) {
|
||||
if (window.location.pathname.match(/\/[0-9]+\/edit/)) {
|
||||
$('#exportInfo').hide();
|
||||
$('#freemind,#pdf,#svg,#odt,#txt,#xls,#mmap').click('click', function (event) {
|
||||
$('#imgFormat').hide();
|
||||
|
Loading…
Reference in New Issue
Block a user