projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8714806
)
issue50, on date-search don't touch the current tag selection
author
Andreas Unterkircher
<unki@netshadow.at>
Tue, 17 Jul 2007 17:36:23 +0000
(17:36 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot.js
b/phpfspot.js
index 3813d09d2a2e68f3fad544a9b1a4f28f0c87e838..068a96f76c0c5427789d538b8c5ff389a42259fa 100644
(file)
--- 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)