diff --git a/views/admin/map_editor.php b/views/admin/map_editor.php index 4358017..cb776df 100644 --- a/views/admin/map_editor.php +++ b/views/admin/map_editor.php @@ -9,7 +9,7 @@
- = $mapName ?> diff --git a/views/templates/main_footer.php b/views/templates/main_footer.php index 595f6b6..706e9d4 100644 --- a/views/templates/main_footer.php +++ b/views/templates/main_footer.php @@ -3,7 +3,7 @@ var anchors = document.getElementsByTagName('a'); for (var i = 0; i < anchors.length; i++) { var a = anchors[i]; - if (a.target !== '_blank') { + if (a.href !== 'javascript:;' && a.target !== '_blank') { a.onclick = function () { document.getElementById('loading').style.visibility = 'visible'; }