From 59a543f0ee39ffce6f74856e0ae261fbe5bfac80 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 May 2006 17:00:41 +0100 Subject: remove scriptaculous for the time being, place infoBox statically --- functions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index fda1ff4e4..e09846893 100644 --- a/functions.js +++ b/functions.js @@ -80,6 +80,8 @@ function delay(gap) { var notify_hide_timerid = false; var notify_last_doc = false; +var notify_effect = false; + function hide_notify() { if (notify_last_doc) { var n = notify_last_doc.getElementById("notify"); @@ -1028,6 +1030,5 @@ function qafAdd() { xmlhttp.open("GET", "backend.php?" + query, true); xmlhttp.onreadystatechange=dlg_frefresh_callback; xmlhttp.send(null); - } -- cgit v1.2.3