listing chooser: Clean up all localStorage collapsed settings.

This commit is contained in:
Max Goodman
2013-09-16 17:00:42 -07:00
parent 46b36dbc2b
commit f851b366d1

View File

@@ -648,8 +648,8 @@ r.multi.ListingChooser = Backbone.View.extend({
// transition collapsed state to server pref
if (store.safeGet('ui.collapse.listingchooser') == true) {
this.toggleCollapsed(true)
store.safeSet('ui.collapse.listingchooser')
}
store.safeSet('ui.collapse.listingchooser')
// HACK: fudge page heights for long lists of multis / short pages
var thisHeight = this.$('.contents').height(),