Skip to content

Commit

Permalink
fix selfoss.filter.type not set from the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
niol authored and jtojnar committed Feb 12, 2017
1 parent a0f293b commit cb1b2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/selfoss-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ selfoss.events = {
// load items
if( $.inArray(selfoss.events.section,
["newest", "unread", "starred"]) > -1 ) {
selfoss.filter.type = selfoss.events.section;
selfoss.filter.tag = '';
selfoss.filter.source = '';
if( selfoss.events.subsection ) {
Expand Down

0 comments on commit cb1b2dc

Please sign in to comment.