소스 검색

:fire: 旧的搜索代码

visuddhinanda 4 년 전
부모
커밋
10733046d4
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      public/app/search/paliword.php

+ 1 - 7
public/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";
 ?>