Selaa lähdekoodia

:fire: 去掉已经废弃的查询函数

visuddhinanda 4 vuotta sitten
vanhempi
sitoutus
958664798a
1 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 1 7
      app/search/paliword.php

+ 1 - 7
app/search/paliword.php

@@ -237,13 +237,7 @@ include "../pcdl/html_head.php";
     search_show_history();
     guide_get("pali_search_index");
     </script>
-    <?php
-    if(!empty($_GET["key"])){
-        echo "<script>";
-        echo "dict_pre_word_click(\"{$_GET["key"]}\")";
-        echo "</script>";
-    }
-    ?>
+
 <?php
 include "../pcdl/html_foot.php";
 ?>