aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/dashboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/dashboard.js')
-rw-r--r--src/js/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/dashboard.js b/src/js/dashboard.js
index 6779f27..ba916e2 100644
--- a/src/js/dashboard.js
+++ b/src/js/dashboard.js
@@ -59,7 +59,7 @@ uDom.onLoad(function() {
}
}
if ( !tab ) {
- tab = '3p-filters';
+ tab = 'settings';
}
loadDashboardPanel(tab + '.html', q);
uDom('.tabButton').on('click', onTabClickHandler);