diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 09:37:44 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 09:37:44 +0000 |
commit | dd7413bc6a4cdb0578ea827f60d18b17849be4a6 (patch) | |
tree | 563c34e48e91597bc21d2d619888477eafd5c4bb | |
parent | eda7f279dc8d78633480e3cc9a8a2018606787fe (diff) |
issue18, invoke clearSearch on reset
git-svn-id: file:///var/lib/svn/phpfspot/trunk@142 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |