mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
+ remove useless js code
This commit is contained in:
parent
bbc7644de0
commit
b8cad4be66
@ -1,29 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
var availableTags = [
|
|
||||||
"ActionScript",
|
|
||||||
"AppleScript",
|
|
||||||
"Asp",
|
|
||||||
"BASIC",
|
|
||||||
"C",
|
|
||||||
"C++",
|
|
||||||
"Clojure",
|
|
||||||
"COBOL",
|
|
||||||
"ColdFusion",
|
|
||||||
"Erlang",
|
|
||||||
"Fortran",
|
|
||||||
"Groovy",
|
|
||||||
"Haskell",
|
|
||||||
"Java",
|
|
||||||
"JavaScript",
|
|
||||||
"Lisp",
|
|
||||||
"Perl",
|
|
||||||
"PHP",
|
|
||||||
"Python",
|
|
||||||
"Ruby",
|
|
||||||
"Scala",
|
|
||||||
"Scheme"
|
|
||||||
];
|
|
||||||
$( "#kiwixsearchbox" ).autocomplete({
|
$( "#kiwixsearchbox" ).autocomplete({
|
||||||
source: "/suggest?content=__CONTENT__"
|
source: "/suggest?content=__CONTENT__"
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user