diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-11 19:43:21 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-11 19:43:21 +0000 |
commit | 5c5ea48a8bd12db24bd0bf5172798eaac2649376 (patch) | |
tree | 688994d0a24a4cfc0960202afe3d13f02c292edd | |
parent | 4b115eb08c6875625b71636151a3ddae38e67b8a (diff) |
fixed syntax error in phpfspot.js
git-svn-id: file:///var/lib/svn/phpfspot/trunk@81 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |