summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 14:11:16 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 14:11:16 +0400
commit6e3224a26c46280a351fb0f28c6e9fc0b798ca53 (patch)
tree65fd47043277647118ea2d940dacf92583055756 /js/functions.js
parent98d01eb19e5824b6fd457f8d0876447cc8c87583 (diff)
use correct icons for notifications
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js4
1 files changed, 2 insertions, 2 deletions
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 = "<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=\"" +