Zum Inhalt springen

„Benutzer:ToBeFree/common.js“ – Versionsunterschied

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

Version vom 21. März 2019, 05:33 Uhr

window.addEventListener(
    'click',
    function load()
    {
        document.body.classList.remove('noscroll');
    },
    false);