instead of empty cells, show now grayed icons if first or last object reached
[phpfspot.git] / phpfspot.js
index 859b198147cb562fb87e8cad795224741d838428..bde4c6aafc5540bc7fce5a410188e494513a6819 100644 (file)
@@ -21,7 +21,8 @@ function Tags(mode, id)
       HTML_AJAX.grab(encodeURI('rpc.php?action=deltag&id=' + id));
    }
    else if(mode == "reset") {
-      HTML_AJAX.grab(encodeURI('rpc.php?action=resettags'));
+      HTML_AJAX.grab(encodeURI('rpc.php?action=reset'));
+      clearSearch();
    }
    else if(mode == "condition") {
       setCheckedValue(id, id.value);