Quelltext der Seite MediaWiki:Mobile.js
Sie sind nicht berechtigt, die Seite zu bearbeiten. Gründe:
Sie können den Quelltext dieser Seite betrachten und kopieren:
/* $( document ).ready(function() {
if(document.getElementById("content-collapsible-block-0")) {
document.getElementById("content-collapsible-block-0").className = "mf-section-1 collapsible-block open-block";
}
}); */
$('#mw-mf-main-menu-button').ready(function() {
$('#mw-mf-main-menu-button')
.attr('href', 'http://intimewiki.intime.de/DriverApp/')
.attr('title', 'Zur Startseite');
$('#mw-mf-main-menu-button').removeAttr('class');
$('#mw-mf-main-menu-button').html('<i class="fas fa-home" style="font-size: 28px; margin-top: 2px; color: black !important;"></i>');
});
$('#mw-mf-main-menu-button').click(function() {
window.location.href = "http://intimewiki.intime.de/DriverApp/";
});
/*
000
1:0
Zurück zur Seite MediaWiki:Mobile.js.