MediaWiki:Gadget-OnlineAdmins.js: Difference between revisions

From Test Wiki
no edit summary
mNo edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 98: Line 98:
                         mw.notify($(adminsstring.join('')));
                         mw.notify($(adminsstring.join('')));
                     } else {
                     } else {
                         mw.notify('Sorry! There are currently no administrator online');
                         mw.notify('Sorry! There are currently no administrators online');
                     }
                     }
                 }).fail(function () {
                 }).fail(function () {
Line 206: Line 206:
                         mw.notify($(adminsstring.join('')));
                         mw.notify($(adminsstring.join('')));
                     } else {
                     } else {
                         mw.notify('Sorry! There are no bureaucrat online');
                         mw.notify('Sorry! There are no bureaucrats online');
                     }
                     }
                 }).fail(function () {
                 }).fail(function () {
Line 314: Line 314:
                         mw.notify($(adminsstring.join('')));
                         mw.notify($(adminsstring.join('')));
                     } else {
                     } else {
                         mw.notify('Sorry! There are no steward online');
                         mw.notify('Sorry! There are no stewards online');
                     }
                     }
                 }).fail(function () {
                 }).fail(function () {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.