[ci] Fix clang-santisers job for GHA change
[xapian.git] / xapian-applications / omega / templates / inc / toptermsjs
blob8537cfde7f81a1862eab7bd5fcb51f1f25a9d10d
1 <script type="text/javascript"><!--
2 function C(c) {var i, o;
3 o = " "+document.P.P.value+" ";
4 i = o.lastIndexOf(" "+c.value+" ");
5 if (i!=-1) {
6   document.P.P.value =
7   o.substring(1,i)+o.substring(i+c.value.length+1,o.length-1);
8 } else {
9   document.P.P.value = document.P.P.value+" "+c.value;
11 // -->
12 </script>