diff options
author | gorhill <rhill@raymondhill.net> | 2014-06-24 18:29:55 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-06-24 18:29:55 -0400 |
commit | 2b96334572b96d9f111741c5c5ff000d566cfc98 (patch) | |
tree | 918ed86093ea33339485d3cb2d37807bf5e7f043 /js/dashboard.js | |
parent | 8d60818be11e82172e114052a9ebe8d96b2cd4bd (diff) | |
download | uBlock-2b96334572b96d9f111741c5c5ff000d566cfc98.zip uBlock-2b96334572b96d9f111741c5c5ff000d566cfc98.tar.gz uBlock-2b96334572b96d9f111741c5c5ff000d566cfc98.tar.bz2 |
this fixes #3
Diffstat (limited to 'js/dashboard.js')
-rw-r--r-- | js/dashboard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dashboard.js b/js/dashboard.js index 7caac69..12029fd 100644 --- a/js/dashboard.js +++ b/js/dashboard.js @@ -45,7 +45,7 @@ $(function() { $(window).on('hashchange', onTabClickHandler); var hash = window.location.hash; if ( hash.length < 2 ) { - hash = '#thirdparty-filters'; + hash = '#settings'; } loadDashboardPanel(hash); }); |