diff options
-rw-r--r-- | phpfspot.js | 7 |
1 files changed, 2 insertions, 5 deletions
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) |