Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.traiteur-75.fr_1689065491
/
htdocs
/
assets
/
/srv/data/trash/vhost_www.traiteur-75.fr_1689065491/htdocs/assets/app.js
/* * Welcome to your app's main JavaScript file! * * We recommend including the built version of this JavaScript file * (and its CSS file) in your base layout (base.html.twig). */ // any CSS you require will output into a single css file (app.css in this case) require('./styles/front/index.scss'); // Need jQuery? Install it with "yarn add jquery", then uncomment to require it. const $ = require('jquery'); global.$ = global.jQuery = $; require('popper.js'); require('bootstrap'); require('./js/front/Wishlist') require("bxslider/dist/jquery.bxslider.min.js") window.onscroll = function(ev) { document.getElementById("navbar-fixed").className = (window.pageYOffset > 100) ? "position-fixed navbar-fixed" : ""; document.getElementById("banner-home").className = (window.pageYOffset > 100) ? "d-none" : "d-block"; /* if(location.href == "https://127.0.0.1:8000/" || location.href == "http://www.bhinternet-test-5.fr/"){ */ document.getElementById("navbar").className = (window.pageYOffset > 100) ? "d-block" : "d-none"; /* } */ }; console.log('jquery')