JavaScript Error
-
Hi there,
I am having JavaScript error at https://weloveblogging.com/wp-content/themes/vmag/js/vmag-custom.js?ver=1.1.6.1560616008
It’s saying “vmag-custom.js?ver=1.1.6.1560616008:150 Uncaught TypeError: Cannot set property ‘innerHTML’ of null”
/*Time*/
var myVar = setInterval(function() {
vmagTime();
}, 100);function vmagTime() {
var d = new Date();
document.getElementById(“time”).innerHTML = d.toLocaleTimeString();
}Open attached file to view the problem: https://weloveblogging.com/untitled/
I don’t know JavaScript. Let me know what to do.
Thank you.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘JavaScript Error’ is closed to new replies.