diff --git a/js/pmd/move.js b/js/pmd/move.js index 2a0a819732..c3697b4c23 100644 --- a/js/pmd/move.js +++ b/js/pmd/move.js @@ -163,7 +163,7 @@ function MouseUp(e) if (cur_click != null) { document.getElementById("canvas").style.display = 'inline-block'; Re_load(); - cur_click.style.zIndex = 901; + cur_click.style.zIndex = 400; cur_click = null; } layer_menu_cur_click = 0; diff --git a/pmd_general.php b/pmd_general.php index 64438791e6..2971dd25a5 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -152,6 +152,7 @@ if (isset($_REQUEST['query'])) { +