don't touch tag selection anymore on tag-search
[phpfspot.git] / phpfspot.js
index b2aebd7e9d74427a4fe05280d99a6d9ec45a92ea..7049cd619a5a4a493ada66f6684c088e59c9a232 100644 (file)
@@ -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()