1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:05:55 +00:00

remove scriptaculous for the time being, place infoBox statically

This commit is contained in:
Andrew Dolgov
2006-05-20 17:00:41 +01:00
parent 07eb917846
commit 59a543f0ee
4 changed files with 13 additions and 6 deletions

View File

@@ -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);
}