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

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

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

Loading…
Cancel
Save