Skip to content

Commit

Permalink
remove single column view
Browse files Browse the repository at this point in the history
  • Loading branch information
SSilence committed Mar 15, 2015
1 parent 6ad90ad commit 42e0ed4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/js/selfoss-events-entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ selfoss.events.entries = function(e) {

// scroll to article header
parent.get(0).scrollIntoView();

// turn of column view if entry is too long
if(content.height() > $(window).height() ) {
content.addClass('entry-content-nocolumns');
}
}

// load images not on mobile devices
Expand Down

0 comments on commit 42e0ed4

Please sign in to comment.