From: Andreas Unterkircher Date: Mon, 11 Jun 2007 19:43:21 +0000 (+0000) Subject: fixed syntax error in phpfspot.js X-Git-Tag: phpfspot-1.2~254 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5ea48a8bd12db24bd0bf5172798eaac2649376;p=phpfspot.git fixed syntax error in phpfspot.js git-svn-id: file:///var/lib/svn/phpfspot/trunk@81 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.js b/phpfspot.js index b2aebd7..523bc4d 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -96,7 +96,7 @@ function startSearch(searchfor) { HTML_AJAX.grab(encodeURI('rpc.php?action=search&for=' + searchfor)); -/ Tags('reset', 0); + Tags('reset', 0); refreshAvailableTags(); refreshSelectedTags();