issue50, on date-search don't touch the current tag selection
[phpfspot.git] / 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));
    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();
    refreshPhotoIndex();
+   
 }
 
 function setViewMode(mode)
 }
 
 function setViewMode(mode)