diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:23:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:23:28 +0100 |
| commit | 80e4dc34fd6673ab789560b6b8cee74293aa2401 (patch) | |
| tree | cca5655f9e684037f1d0fcffbe12de15a63554f8 /functions.js | |
| parent | 6b4163cb464534e827b4282f84541d86c8e19ec5 (diff) | |
css-based layout + required fixes (2)
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js index ccf2bab16..876e03ba6 100644 --- a/functions.js +++ b/functions.js @@ -1264,7 +1264,7 @@ function qafAdd() { var feeds_doc = getFeedsContext().document; - feeds_doc.location.href = "backend.php?op=error&msg=Loading,%20please wait..."; +// feeds_doc.location.href = "backend.php?op=error&msg=Loading,%20please wait..."; var query = Form.serialize("feed_add_form"); |