javascript console.log
-
I am trying to debug a javascript error on my site, but the Cookie Confirm logs a message 5 times per second. Why is this? I don’t think the plugin needs it and it is quite annoying.
function check_cc(){ console.log('checking'); if(jQuery('#cc-notification-logo').length > 0){ add_logo(); }else{ setTimeout(check_cc, 200); console.log('set timeout'); } }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘javascript console.log’ is closed to new replies.