Skip to content

Commit

Permalink
Collapse filter box by default
Browse files Browse the repository at this point in the history
The filter box takes a large vertical space and it is expanded by default.
This change makes it collapsed by default.

Fixes #17830
  • Loading branch information
vboctor committed Nov 7, 2014
1 parent a9f5b92 commit 8961a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/collapse_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function collapse_cache_token() {
$t_data = json_decode( $t_token, true );
} else {
$t_data = array();
$t_data['filter'] = false;
}

$g_collapse_cache_token = $t_data;
Expand Down

0 comments on commit 8961a66

Please sign in to comment.