summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 18:57:21 +0000
committerRichard Beales <[email protected]>2013-03-21 18:57:21 +0000
commit96f19f11d741617b997b4533df50ff8a5b17f46b (patch)
tree7ae4cc7c4b7192336d86bf4df0dee544f339f168 /js/functions.js
parentf1fdfbea433c834ae7f09b4ef23f23d5efa069d4 (diff)
parent3a693fa76f0cc6a38aa5642a08b48f58c29758bc (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/functions.js b/js/functions.js
index 4840bcbe1..db4fedcd5 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -201,13 +201,13 @@ function notify_real(msg, no_hide, n_type) {
n.className = "notify";
} else if (n_type == 2) {
n.className = "notifyProgress";
- msg = "<img src='"+getInitParam("sign_progress")+"'> " + msg;
+ msg = "<img src='images/indicator_white.gif'> " + msg;
} else if (n_type == 3) {
n.className = "notifyError";
- msg = "<img src='"+getInitParam("sign_excl")+"'> " + msg;
+ msg = "<img src='images/sign_excl.svg'> " + msg;
} else if (n_type == 4) {
n.className = "notifyInfo";
- msg = "<img src='"+getInitParam("sign_info")+"'> " + msg;
+ msg = "<img src='images/sign_info.svg'> " + msg;
}
// msg = "<img src='images/live_com_loading.gif'> " + msg;