Biurokraci, Moderatorzy czatu, checkuser, commenters, Moderatorzy (CommentStreams), gitkursanci, Administratorzy interfejsu, Moderatorzy, odkrywajacy, Page Ownership admin, swiadomikursanci, Administratorzy, Redaktorzy widżetów
969
edycji
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian Znaczniki: Z urządzenia mobilnego Z wersji mobilnej (przeglądarkowej) |
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
||
| Linia 68: | Linia 68: | ||
mw.loader.using(['mediawiki.util', 'mobilefrontend'], function () { | |||
function | $(document).ready(function () { | ||
var customLink = $('<li id="custom-footer-privacy-link"><a href="#" class="bannerLink">Privacy Control Center</a></li>'); | |||
customLink.find('a').on('click', function(event) { | |||
event.preventDefault(); | |||
illow.showWidget(); | |||
}); | |||
// For Desktop | |||
$('#footer-places').append(customLink); | |||
// For MobileFrontend | |||
var mobileMenu = $('.mw-mf-footer-items'); | |||
if (mobileMenu.length) { | |||
mobileMenu.append(customLink.clone(true)); // Clone with event handlers | |||
} | } | ||
} | }); | ||
}); | }); | ||
edycji