1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 00:45:55 +00:00

digest: support exception error box

This commit is contained in:
Andrew Dolgov
2010-09-13 15:02:50 +04:00
parent ddb25076ee
commit c5325e0925
3 changed files with 15 additions and 2 deletions

View File

@@ -579,7 +579,6 @@ function parse_headlines(transport, replace, no_effects) {
function init() {
try {
new Ajax.Request("backend.php", {
parameters: "backend.php?op=rpc&subop=digest-init",
onComplete: function(transport) {