Fix index columns

This commit is contained in:
Jeremy Thomas
2018-04-10 12:26:37 +01:00
parent b61f9d15dc
commit 8932a3e67f
8 changed files with 188 additions and 57 deletions

View File

@@ -47,7 +47,7 @@ document.addEventListener('DOMContentLoaded', () => {
$message.style.display = 'none';
}
showing = Math.min(Math.max(parseInt(showing), 2), 12);
showing = Math.min(Math.max(parseInt(showing), 1), 12);
$columns.forEach($el => {
$el.style.display = 'none';