From: Andreas Unterkircher Date: Tue, 17 Jul 2007 17:36:23 +0000 (+0000) Subject: issue50, on date-search don't touch the current tag selection X-Git-Tag: phpfspot-1.2~118 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=ba89e4f0f3526745c9332488d7e05038e33844c6;hp=87148067c543f8d0af056fdef437f18d72e50c9d issue50, on date-search don't touch the current tag selection git-svn-id: file:///var/lib/svn/phpfspot/trunk@217 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.js b/phpfspot.js index 3813d09..068a96f 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -110,12 +110,9 @@ function startDateSearch() to = to_year +"-"+ to_month +"-"+ to_day; HTML_AJAX.grab(encodeURI('rpc.php?action=date_search&from='+ from +'&to='+ to)); - - clearSearch(); - refreshAvailableTags(); - refreshSelectedTags(); - refreshPhotoIndex(); + refreshPhotoIndex(); + } function setViewMode(mode)