From 5c5ea48a8bd12db24bd0bf5172798eaac2649376 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 11 Jun 2007 19:43:21 +0000 Subject: [PATCH] fixed syntax error in phpfspot.js git-svn-id: file:///var/lib/svn/phpfspot/trunk@81 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.34.1