From: Andreas Unterkircher Date: Sat, 30 Jun 2007 09:37:44 +0000 (+0000) Subject: issue18, invoke clearSearch on reset X-Git-Tag: phpfspot-1.2~193 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=dd7413bc6a4cdb0578ea827f60d18b17849be4a6 issue18, invoke clearSearch on reset git-svn-id: file:///var/lib/svn/phpfspot/trunk@142 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.js b/phpfspot.js index a7b830f..bde4c6a 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -22,6 +22,7 @@ function Tags(mode, id) } else if(mode == "reset") { HTML_AJAX.grab(encodeURI('rpc.php?action=reset')); + clearSearch(); } else if(mode == "condition") { setCheckedValue(id, id.value);