אונטערשייד צווישן ווערסיעס פון "באַניצער:שווערמער/common.js"

קיין רעדאגירונג באמערקונג
(אנולירט רעוויזיע 335833 פון שווערמער (שמועס))
צייכן: אַנולירונג
אין תקציר עריכה
צייכן: צוריקגעשטעלט
שורה 134: שורה 134:
// [[m:User:Jon Harald Søby/diffedit.js]]
// [[m:User:Jon Harald Søby/diffedit.js]]
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript' );
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript' );
document.querySelectorAll('sup.reference').forEach((ref, i, arr) => {
  const next = ref.nextElementSibling;
  if (next && next.classList.contains('reference')) {
    ref.insertAdjacentText('afterend', ', ');
  }
});