summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 15:36:05 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 15:36:05 +0100
commite780d1d252cd9aa084478c96ffa3495ad9eccbc4 (patch)
treee4f843cd7b50bd70316e178f19b5f8edf28f4e1f /functions.js
parentabd8a516390d219e8326e78867479e86b0157bf0 (diff)
change sign images to gifs
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.js b/functions.js
index c99bfae62..0d8390199 100644
--- a/functions.js
+++ b/functions.js
@@ -189,10 +189,10 @@ function notify_real(msg, no_hide, n_type) {
msg = "<img src='images/indicator_white.gif'> " + msg;
} else if (n_type == 3) {
n.className = "notifyError";
- msg = "<img src='images/sign_excl.png'> " + msg;
+ msg = "<img src='images/sign_excl.gif'> " + msg;
} else if (n_type == 4) {
n.className = "notifyInfo";
- msg = "<img src='images/sign_info.png'> " + msg;
+ msg = "<img src='images/sign_info.gif'> " + msg;
}
// msg = "<img src='images/live_com_loading.gif'> " + msg;