issue50, on date-search don't touch the current tag selection
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 17 Jul 2007 17:36:23 +0000 (17:36 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 17 Jul 2007 17:36:23 +0000 (17:36 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@217 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.js

index 3813d09d2a2e68f3fad544a9b1a4f28f0c87e838..068a96f76c0c5427789d538b8c5ff389a42259fa 100644 (file)
@@ -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)