mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
listing chooser: Clean up all localStorage collapsed settings.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user