projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ab990
)
don't touch tag selection anymore on tag-search
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 11 Jun 2007 19:47:01 +0000
(19:47 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Mon, 11 Jun 2007 19:47:01 +0000
(19:47 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@83
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.js
patch
|
blob
|
history
diff --git
a/phpfspot.js
b/phpfspot.js
index 523bc4d581f26f4679f315def2614eb29a96080e..7049cd619a5a4a493ada66f6684c088e59c9a232 100644
(file)
--- a/
phpfspot.js
+++ b/
phpfspot.js
@@
-95,12
+95,8
@@
function setCheckedValue(condition, value) {
function startSearch(searchfor)
{
HTML_AJAX.grab(encodeURI('rpc.php?action=search&for=' + searchfor));
-
- Tags('reset', 0);
-
- refreshAvailableTags();
- refreshSelectedTags();
showPhotoIndex();
+
}
function clearSearch()