From 6e3224a26c46280a351fb0f28c6e9fc0b798ca53 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Jul 2013 14:11:16 +0400 Subject: use correct icons for notifications --- js/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/functions.js') diff --git a/js/functions.js b/js/functions.js index b9b3aa44e..c75fb95cb 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 += "