1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 03:41:29 +00:00

save active tab in prefs, fix schema

This commit is contained in:
Andrew Dolgov
2007-05-04 04:26:20 +01:00
parent 87b9fb6532
commit fe8d205964
10 changed files with 18 additions and 3 deletions

View File

@@ -1298,7 +1298,7 @@ function init_second_stage() {
try {
active_tab = getInitParam("prefs_active_tab");
if (!active_tab) active_tab = "genConfig";
if (!active_tab || active_tab == '0') active_tab = "genConfig";
document.onkeydown = pref_hotkey_handler;