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:
5
prefs.js
5
prefs.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user