summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 8fdaeb940..3827ec9cd 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1333,6 +1333,7 @@ function init_second_stage() {
try {
active_tab = getInitParam("prefs_active_tab");
+ if (!document.getElementById(active_tab+"Tab")) active_tab = "genConfig";
if (!active_tab || active_tab == '0') active_tab = "genConfig";
document.onkeydown = pref_hotkey_handler;