mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +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">
|
<script type="text/javascript">
|
||||||
|
|
||||||
// No way to obtain map svg. Hide panels..
|
// 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();
|
$('#exportInfo').hide();
|
||||||
$('#freemind,#pdf,#svg,#odt,#txt,#xls,#mmap').click('click', function (event) {
|
$('#freemind,#pdf,#svg,#odt,#txt,#xls,#mmap').click('click', function (event) {
|
||||||
$('#imgFormat').hide();
|
$('#imgFormat').hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user