Zum Inhalt springen

„Benutzer:ToBeFree/common.js“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
Inhalt gelöscht Inhalt hinzugefügt
Taken and modified from https://stackoverflow.com/a/22744471 ; see that page for attribution and license
Erledigt
Markierung: Geleert
Zeile 1: Zeile 1:
window.addEventListener(
'click',
function load()
{
document.body.classList.remove('noscroll');
},
false);

Version vom 22. März 2019, 01:29 Uhr