Adding a javascript to all pages in OpenCart
问题 I'm new to OpenCart and don't have any experience with PHP, so I have a question. I want to add the following JavaScript to hide the url bar on mobile browsers // When ready... window.addEventListener("load",function() { // Set a timeout... setTimeout(function(){ // Hide the address bar! window.scrollTo(0, 1); }, 0); }); However, I can't find a way to insert this so this code will be executed on all pages in OpenCart. Where should I put this code? 回答1: save your script to a file, say 'catalog