Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pinry
mirror da
https://github.com/pinry/pinry.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
44
Wiki
Attività
Sfoglia il codice sorgente
Fix: Should return rowSize instead of 7
pull/169/head
winkidney
5 anni fa
committed by
Isaac Bythewood
parent
f2fd4f3095
commit
2010224599
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
pinry/static/js/vue/main.js
+ 1
- 1
pinry/static/js/vue/main.js
Vedi File
@@ -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;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva