Преглед изворни кода

Fix: Should return rowSize instead of 7

pull/169/head
winkidney пре 5 година
committed by Isaac Bythewood
родитељ
комит
2010224599
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      pinry/static/js/vue/main.js

+ 1
- 1
pinry/static/js/vue/main.js Прегледај датотеку

@@ -99,7 +99,7 @@ Vue.component('pin', {
index = index + 1;
var rowNumber = Math.floor(index % rowSize);
if (rowNumber === 0) {
return 7;
return rowSize;
}
return rowNumber;
}


Loading…
Откажи
Сачувај