mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 05:25:56 +00:00
interface tweaks
This commit is contained in:
16
functions.js
16
functions.js
@@ -81,12 +81,12 @@ function p_notify(msg) {
|
||||
if (!n || !nb) return;
|
||||
|
||||
if (msg == "") {
|
||||
nb.innerHTML = " ";
|
||||
// n.style.background = "#ffffff";
|
||||
n.style.display = "none";
|
||||
} else {
|
||||
nb.innerHTML = msg;
|
||||
// n.style.background = "#fffff0";
|
||||
n.style.display = "block";
|
||||
}
|
||||
|
||||
nb.innerHTML = msg;
|
||||
}
|
||||
|
||||
function notify(msg) {
|
||||
@@ -97,13 +97,13 @@ function notify(msg) {
|
||||
if (!n || !nb) return;
|
||||
|
||||
if (msg == "") {
|
||||
nb.innerHTML = " ";
|
||||
// n.style.background = "#ffffff";
|
||||
n.style.display = "none";
|
||||
} else {
|
||||
nb.innerHTML = msg;
|
||||
// n.style.background = "#fffff0";
|
||||
n.style.display = "block";
|
||||
}
|
||||
|
||||
nb.innerHTML = msg;
|
||||
|
||||
}
|
||||
|
||||
function printLockingError() {
|
||||
|
||||
Reference in New Issue
Block a user