summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 05:43:50 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 05:43:50 +0100
commite93919dd620d35921610ca421c8b7cecc03a4e8c (patch)
tree51794da3ff92028bade73ce605ad37331e8301bb
parent3547842a4f194a04ac027425988c6b84273c3989 (diff)
remove yellow bg in notify
-rw-r--r--functions.js8
1 files 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 = "&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";
}
}