summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
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);
-
}