X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.js;h=bde4c6aafc5540bc7fce5a410188e494513a6819;hp=859b198147cb562fb87e8cad795224741d838428;hb=38599c2345c2cd49dec2e7ae25093cdb15eb5a23;hpb=938dd660b2d3157380e62a3e73b3c8b0654a97ce diff --git a/phpfspot.js b/phpfspot.js index 859b198..bde4c6a 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -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);