From: Andrew Dolgov Date: Mon, 13 Sep 2010 11:02:50 +0000 (+0400) Subject: digest: support exception error box X-Git-Tag: 1.5.0~435^2~1^2~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c5325e0925a80dd02e45f2f5107f0a31c83f9027;p=tt-rss.git digest: support exception error box --- diff --git a/digest.css b/digest.css index d96cc496..70728c70 100644 --- a/digest.css +++ b/digest.css @@ -1,6 +1,6 @@ body { background : #f0f0f0; - color : gray; + color : black; font-family : sans-serif; font-size : 12px; } @@ -28,6 +28,7 @@ a:hover { font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif; margin-left : 1em; margin-right : 1em; + color : gray; } #header div.links { @@ -50,6 +51,7 @@ a:hover { #footer { font-size : 12px; text-align : center; + color : gray; } /*#content h1 { diff --git a/digest.js b/digest.js index b788535f..0b5a3f66 100644 --- a/digest.js +++ b/digest.js @@ -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) { diff --git a/digest.php b/digest.php index 43eb0412..c2ff2a33 100644 --- a/digest.php +++ b/digest.php @@ -26,6 +26,7 @@ Tiny Tiny RSS + @@ -64,6 +65,17 @@ + + + +