mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-11 01:04:29 +08:00
fix regular expresion in export window
This commit is contained in:
parent
69631a11b1
commit
4581f07daf
@ -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…
x
Reference in New Issue
Block a user