X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.js;h=a7b830f9c4828fafa9496c26098655ab120f7992;hp=859b198147cb562fb87e8cad795224741d838428;hb=eda7f279dc8d78633480e3cc9a8a2018606787fe;hpb=938dd660b2d3157380e62a3e73b3c8b0654a97ce diff --git a/phpfspot.js b/phpfspot.js index 859b198..a7b830f 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -21,7 +21,7 @@ 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')); } else if(mode == "condition") { setCheckedValue(id, id.value);