From e93919dd620d35921610ca421c8b7cecc03a4e8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Nov 2005 05:43:50 +0100 Subject: remove yellow bg in notify --- functions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.js b/functions.js index 6aaea8d8e..fcf22b73b 100644 --- a/functions.js +++ b/functions.js @@ -59,10 +59,10 @@ function p_notify(msg) { if (msg == "") { nb.innerHTML = " "; - 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 = " "; - n.style.background = "#ffffff"; +// n.style.background = "#ffffff"; } else { nb.innerHTML = msg; - n.style.background = "#fffff0"; +// n.style.background = "#fffff0"; } } -- cgit v1.2.3