1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 19:01:28 +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

@@ -634,6 +634,8 @@ function feedEditSave() {
xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlhttp.send(query);
closeInfoBox();
return false;
} catch (e) {
@@ -1130,6 +1132,9 @@ function selectTab(id, noupdate) {
notify("Loading, please wait...", true);
// close active infobox if needed
closeInfoBox();
// clean up all current selections, just in case
active_feed_cat = false;
active_filter = false;