Browse Source

ui cleanup

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
9687942171
  1. 2
      views/blocks.pug

2
views/blocks.pug

@ -16,8 +16,6 @@ block content
include includes/blocks-list.pug
hr
if (blockCount > limit)
- var pageNumber = offset / limit + 1;
- var pageCount = Math.floor(blockCount / limit);

Loading…
Cancel
Save