From: Andreas Unterkircher Date: Mon, 11 Jun 2007 19:47:01 +0000 (+0000) Subject: don't touch tag selection anymore on tag-search X-Git-Tag: phpfspot-1.2~252 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=452d430a01e512eeb1b6d4c0f2caa89522ce748c;ds=inline don't touch tag selection anymore on tag-search git-svn-id: file:///var/lib/svn/phpfspot/trunk@83 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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()