summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-11 19:47:01 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-11 19:47:01 +0000
commit452d430a01e512eeb1b6d4c0f2caa89522ce748c (patch)
treed9823306b47b5d0af95542dbf7bf27df2b13d6b1
parent09ab990f8da2f25cb3540fd7fc853b73464b0ef0 (diff)
don't touch tag selection anymore on tag-search
git-svn-id: file:///var/lib/svn/phpfspot/trunk@83 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r--phpfspot.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 523bc4d..7049cd6 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -95,12 +95,8 @@ function setCheckedValue(condition, value) {
function startSearch(searchfor)
{
HTML_AJAX.grab(encodeURI('rpc.php?action=search&for=' + searchfor));
-
- Tags('reset', 0);
-
- refreshAvailableTags();
- refreshSelectedTags();
showPhotoIndex();
+
}
function clearSearch()