]> git.wh0rd.org - tt-rss.git/commitdiff
remove yellow bg in notify
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Nov 2005 04:43:50 +0000 (05:43 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Nov 2005 04:43:50 +0000 (05:43 +0100)
functions.js

index 6aaea8d8e80f298154a5b3f50abbeed80e3aec45..fcf22b73b2d61a46a270d829de16199ba79e76a0 100644 (file)
@@ -59,10 +59,10 @@ function p_notify(msg) {
 
        if (msg == "") {
                nb.innerHTML = "&nbsp;";
-               n.style.background = "#ffffff";
+//             n.style.background = "#ffffff";
        } else {
                nb.innerHTML = msg;
-               n.style.background = "#fffff0";
+//             n.style.background = "#fffff0";
        }
 }
 
@@ -75,10 +75,10 @@ function notify(msg) {
 
        if (msg == "") {
                nb.innerHTML = "&nbsp;";
-               n.style.background = "#ffffff";
+//             n.style.background = "#ffffff";
        } else {
                nb.innerHTML = msg;
-               n.style.background = "#fffff0";
+//             n.style.background = "#fffff0";
        }
 
 }