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://'+ document.location.host +'/DriverApp/')
.attr('onclick', "window.location.href = 'http://'+ document.location.host +'/DriverApp/';")
.removeAttr('class')
.attr('title', 'Zur Startseite')
.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://"+ document.location.host +"/DriverApp/";
});
/*
000
1:0
Zurück zur Seite MediaWiki:Mobile.js.