• FYI with this plugin I see a lot of errors like this:

    TypeError
    null is not an object (evaluating ‘document.getElementById(num).innerHTML’)

    in public.js:

    function run_countdown(num) {
    		
    		var str = document.getElementById(num).innerHTML; 
    		if(str === '0'){
  • The topic ‘JS errors’ is closed to new replies.