]> git.wh0rd.org - tt-rss.git/commitdiff
use correct icons for notifications
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 10:11:16 +0000 (14:11 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Jul 2013 10:11:16 +0000 (14:11 +0400)
js/functions.js

index b9b3aa44e1e110c768bf3719cd098916cfa63ada..c75fb95cb2ec200f37d5200391d22fdb37df5438 100644 (file)
@@ -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 = "<span><img src='images/sign_excl.svg'></span>" + msg;
+               msg = "<span><img src='images/alert.png'></span>" + msg;
        } else if (n_type == 4) {
                n.className = "notify info";
-               msg = "<span><img src='images/sign_info.svg'></span>" + msg;
+               msg = "<span><img src='images/information.png'></span>" + msg;
        }
 
        msg += " <span><img src=\"images/cross.png\" class=\"close\" title=\"" +