Hello,
I have added the code
var timer = setInterval(function() {
... }
}, 100);
in a Mobile.js file to add a custom link in mobile menu. But where do I place / register this JS? Do I need additional code or other settings? (I use V 1.42)
Hello,
I have added the code
var timer = setInterval(function() {
... }
}, 100);
in a Mobile.js file to add a custom link in mobile menu. But where do I place / register this JS? Do I need additional code or other settings? (I use V 1.42)