Elementor inserts text in Javascript
-
The current version of Elementor is adding decoding=”async” to Javascrpt and causing an error: SyntaxError: Unexpected token ‘async’.
customPaging : function(slider, i) { var thumb = jQuery(slider.$slides[i]).data("thumb"); return "<a><img decoding="async" src='"+thumb+"'></a>"; },
This does not happen if I deactivate Elementor. Is there a way to turn off this behavior?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Elementor inserts text in Javascript’ is closed to new replies.