summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 17:00:41 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 17:00:41 +0100
commit59a543f0ee39ffce6f74856e0ae261fbe5bfac80 (patch)
tree588822c5bf4a92e893722463cd9fa57f067a5f22 /functions.js
parent07eb9178463a08ae4aaad49ae53ea92909dfbfa4 (diff)
remove scriptaculous for the time being, place infoBox statically
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js3
1 files changed, 2 insertions, 1 deletions
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);
-
}