MediaWiki:Gadget-Twinkle.js: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
/* global Morebits */ | /* global Morebits */ | ||
window.TwinkleConfigPage = 'MediaWiki:Twinkle-config.js'; | |||
(function() { | (function() { | ||
// Check if account is experienced enough to use Twinkle | // Check if account is experienced enough to use Twinkle | ||
if (!Morebits.userIsInGroup(' | if (!Morebits.userIsInGroup('sysop') && !Morebits.userIsInGroup('sysop')) { | ||
return; | return; | ||
} | } | ||