User:Euphoria/common.js: Difference between revisions

From Test Wiki
no edit summary
No edit summary
No edit summary
Line 2: Line 2:
mw.loader.using(['mediawiki.util'])
mw.loader.using(['mediawiki.util'])
     .then(function () {
     .then(function () {
        // Preserve specific elements within the dropdown
        var $dropdown = $('.vector-menu-dropdown');
        var $preserve = $dropdown.find('.preserve');
        // Clear the dropdown and append the preserved elements
        $dropdown.empty().append($preserve);
         // Add a link to the 'p-cactions' portlet pointing to CentralAuth
         // Add a link to the 'p-cactions' portlet pointing to CentralAuth
         var sulLink = mw.util.addPortletLink(
         var sulLink = mw.util.addPortletLink(
152

edits

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