From: Andrew Dolgov Date: Thu, 11 Jul 2013 10:11:16 +0000 (+0400) Subject: use correct icons for notifications X-Git-Tag: 1.9~46 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6e3224a26c46280a351fb0f28c6e9fc0b798ca53;p=tt-rss.git use correct icons for notifications --- diff --git a/js/functions.js b/js/functions.js index b9b3aa44..c75fb95c 100644 --- a/js/functions.js +++ b/js/functions.js @@ -226,10 +226,10 @@ function notify_real(msg, no_hide, n_type) { no_hide = true; } else if (n_type == 3) { n.className = "notify error"; - msg = "" + msg; + msg = "" + msg; } else if (n_type == 4) { n.className = "notify info"; - msg = "" + msg; + msg = "" + msg; } msg += "