From: Andrew Dolgov Date: Tue, 6 Nov 2012 16:02:00 +0000 (+0400) Subject: fix digest broken by prototype update X-Git-Tag: 1.6.1~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c7402c3898aa42473ee746adb69f1f2f4ef09d6b;p=tt-rss.git fix digest broken by prototype update --- diff --git a/digest.php b/digest.php index 805e0748..4ec7042c 100644 --- a/digest.php +++ b/digest.php @@ -36,11 +36,12 @@ + - - + + diff --git a/js/digest.js b/js/digest.js index 12d45e53..1a16ad80 100644 --- a/js/digest.js +++ b/js/digest.js @@ -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); } });