From e780d1d252cd9aa084478c96ffa3495ad9eccbc4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 15:36:05 +0100 Subject: change sign images to gifs --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') 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 = " " + msg; } else if (n_type == 3) { n.className = "notifyError"; - msg = " " + msg; + msg = " " + msg; } else if (n_type == 4) { n.className = "notifyInfo"; - msg = " " + msg; + msg = " " + msg; } // msg = " " + msg; -- cgit v1.2.3-54-g00ecf