JavaScript error in Firefox
-
Unrelated javascript stopped working on my site because of
simple_content_experiements_debug
was not defined.I fixed it by changing line 18 of simple-content-experiments.js to:
if (typeof simple_content_experiements_debug !== 'undefined' && simple_content_experiements_debug){ console.log(str);} // uses global simple_content_experiements_debug
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘JavaScript error in Firefox’ is closed to new replies.