MediaWiki:Common.js: Difference between revisions

80 bytes removed ,  08:55, 24 June 2021
no edit summary
No edit summary
No edit summary
Line 99: Line 99:
if( countPoem2.length > 0 ){
if( countPoem2.length > 0 ){
var Poem2lenghtArray = [];
var Poem2lenghtArray = [0,1];
for (var k = 0; k <= countPoem2.length; k++) {
  Poem2lenghtArray.push(k);
}
Poem2lenghtArray.forEach(function(j) {
Poem2lenghtArray.forEach(function(j) {