fix regular expresion in export window

This commit is contained in:
Claudio Barril 2014-09-09 11:19:20 -03:00
parent 69631a11b1
commit 4581f07daf

View File

@ -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();