fix regular expresion in export window
parent
69631a11b1
commit
4581f07daf
|
@ -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