User:NguoiDungKhongDinhDanh/SubpagesMover.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎** Subpage Mover **: // Easily move the subpages of a page with a single click // Documention at w:en:User:BrandonXLF/SubpageMover // By User:BrandonXLF $(functi...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


$.each(mw.config.get('wgUserGroups'), function(i, v) {
$.each(mw.config.get('wgUserGroups'), function(i, v) {
if ((v == 'extendedconfirmed') || (v == 'sysop')) {
allowed = true;
allowed = true;


Line 77: Line 76:
});
});
});
});
});
});
}
});
});


Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu