From ba89e4f0f3526745c9332488d7e05038e33844c6 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 17 Jul 2007 17:36:23 +0000 Subject: [PATCH 1/1] 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 --- phpfspot.js | 7 ++----- 1 file 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) -- 2.25.1