אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-OrphanCheck.js"

קיין רעדאגירונג באמערקונג
(perf)
אין תקציר עריכה
 
שורה 1: שורה 1:
console.time('OrphanCheck');
if (mw.config.get('wgContentNamespaces').includes(mw.config.get('wgNamespaceNumber')))
if (mw.config.get('wgNamespaceNumber') === 0 && ($.inArray(mw.config.get('wgAction'), ['edit', 'submit']) + 1))
     //סקריפט לבדיקת יתמות ערכים
     //סקריפט לבדיקת יתמות ערכים
     $(document).ready(function() {
     $(document).ready(function() {
שורה 33: שורה 32:
                 bltitle: mw.config.get('wgTitle'),
                 bltitle: mw.config.get('wgTitle'),
                 blfilterredir: 'nonredirects',
                 blfilterredir: 'nonredirects',
blnamespace: "0",
blnamespace: "0|8000",
blredirect: 1
blredirect: 1
             }).done(function(data) {
             }).done(function(data) {
שורה 41: שורה 40:
         }
         }
     });
     });
console.timeEnd('OrphanCheck');