From a60446bed05d0f0cc1e50150ed2a162fccbf908d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Mar 2013 21:49:52 +0400 Subject: remove sign_* from init params --- js/functions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/functions.js') 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 = " " + msg; + 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