| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/engine/compatibility/ |
Upload File : |
"use strict";gx.compatibility.module("scroll_top",[],function(){var n,o={},t=function(){n=$("<div>").addClass("js-scroll-top-button").html('<i class="fa fa-caret-up"></i>').hide().appendTo("body").on("click",function(){$("html, body").animate({scrollTop:0})}),$(document).on("scroll",function(){var o=$(document).scrollTop()>2500,t=$(document).scrollTop()+window.innerHeight===$(document).height();o?n.fadeIn():n.fadeOut(),o&&n.css({bottom:t?"100px":"50px"})}),$(document).on("leftmenu:collapse",function(){n.animate({left:"9px"})}),$(document).on("leftmenu:expand",function(){n.animate({left:"89px"})})};return o.init=function(n){t(),n()},o});