(trunk web) Remove the "inspector is open" cookie. It doesn't make sense for the inspector to be open when we first open the app, since there will be no torrent selection anyway.

This commit is contained in:
Jordan Lee
2011-08-30 04:54:37 +00:00
parent f6bcaad44b
commit 8d90bcee39
2 changed files with 11 additions and 16 deletions

View File

@@ -148,8 +148,6 @@ Prefs.prototype = { };
Prefs._RefreshRate = 'refresh_rate';
Prefs._SessionRefreshRate = 'session_refresh_rate';
Prefs._ShowInspector = 'show_inspector';
Prefs._FilterMode = 'filter';
Prefs._FilterAll = 'all';
Prefs._FilterActive = 'active';
@@ -179,7 +177,6 @@ Prefs._Defaults =
'filter': 'all',
'refresh_rate' : 5,
'show_filter': true,
'show_inspector': false,
'sort_direction': 'ascending',
'sort_method': 'name',
'turtle-state' : false,