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

קיין רעדאגירונג באמערקונג
ק (שווערמער האט אריבערגעפירט בלאט באַניצער:שווערמער/codmmon.js צו באַניצער:שווערמער/common.js אן לאזן א ווייטערפירונג)
אין תקציר עריכה
שורה 10: שורה 10:
*/
*/
if ((mw.config.get('wgAction') === 'delete') && ((($("#firstHeading").text().indexOf("הפעולה בוצעה")>-1))||($("#firstHeading").text().indexOf("די אקציע איז אויסגעפירט געווארן")>-1))){
if ((mw.config.get('wgAction') === 'delete') && ((($("#firstHeading").text().indexOf("הפעולה בוצעה")>-1))||($("#firstHeading").text().indexOf("די אקציע איז אויסגעפירט געווארן")>-1))){
// MediaWiki:Gadget-RefComma.js (or your common.js)
mw.hook('wikipage.content').add(function ($content) {
  $content.find('sup.reference + sup.reference').each(function () {
    // Insert a literal comma+space text node before the 2nd ref
    this.parentNode.insertBefore(document.createTextNode(', '), this);
  });
});


var page = mw.config.get('wgPageName');
var page = mw.config.get('wgPageName');