1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:25:57 +00:00

fix digest broken by prototype update

This commit is contained in:
Andrew Dolgov
2012-11-06 20:02:00 +04:00
parent 48b55ef590
commit c7402c3898
2 changed files with 4 additions and 3 deletions

View File

@@ -667,7 +667,7 @@ function init() {
dojo.require("dijit.Dialog");
new Ajax.Request("backend.php", {
parameters: "?op=rpc&method=sanityCheck",
parameters: {op: "rpc", method: "sanityCheck"},
onComplete: function(transport) {
backend_sanity_check_callback(transport);
} });