summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = " ";
- 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";
}
}