fix somes issues
continuous-integration/drone/push Build is passing Details

fix/web-images
Lucas DELANIER 1 year ago
parent 3e3a2102b5
commit 3c0a626932

@ -53,14 +53,11 @@
}); });
} }
}); });
}); setTimeout(function(){
window.addEventListener("load",function() {
// Set a timeout...
setTimeout(function(){
// Hide the address bar! // Hide the address bar!
window.scrollTo(0, 1); window.scrollTo(0, 1);
}, 0); }, 0);
});
}); });
</script> </script>
</body> </body>

Loading…
Cancel
Save