Skip to content

Commit

Permalink
update!
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Jun 26, 2013
1 parent c1f2426 commit e8c7e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@
var ui = this
this.element.find("section").each(function() {
var rows = 4 - ui.getColumnRows(this);
if (rows > 2) {
if (rows >= 2) {
$(this).append('<app class="app_big noapp"></app>')
} else if (rows > 1) {
} else if (rows >= 1 ) {
$(this).append('<app class="app_middle noapp" ></app>')
}
})
Expand Down

0 comments on commit e8c7e62

Please sign in to comment.