diff options
Diffstat (limited to 'Neutron-trunk/cms-special/admin/$resources/admin.js')
-rw-r--r-- | Neutron-trunk/cms-special/admin/$resources/admin.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Neutron-trunk/cms-special/admin/$resources/admin.js b/Neutron-trunk/cms-special/admin/$resources/admin.js deleted file mode 100644 index bca683b..0000000 --- a/Neutron-trunk/cms-special/admin/$resources/admin.js +++ /dev/null @@ -1,16 +0,0 @@ -window.onscroll = () => { - // console.log("> Scroll"); - if (window.scrollY >= 52 && !document.getElementById('portal-background').classList.contains('scrolled')) { - // console.log("> ADD"); - document.getElementById('portal-background').classList.add('scrolled'); - } else if (window.scrollY < 52 && document.getElementById('portal-background').classList.contains('scrolled')) { - // console.log("> REMOVE"); - document.getElementById('portal-background').classList.remove('scrolled'); - } else { - // console.log("> Nothing"); - } -} - -window.onbeforeunload = () => { - window.parent.$("#loader").fadeIn(200); -}
\ No newline at end of file |