jQuery.Deferred exception: Bad control character in string literal

#1
Hi,
I have a problem on my website https://nabu.hr/ on product page https://nabu.hr/proizvodi/odjeca/ or https://nabu.hr/proizvodi/hrvatski-proizvod/ i have disabled plugin as i am unable to access product page when its on. I have a error in console:

jquery.min.js?ver=3.7.1:2 jQuery.Deferred exception: Bad control character in string literal in JSON at position 1333 (line 1 column 1334) SyntaxError: Bad control character in string literal in JSON at position 1333 (line 1 column 1334)
at JSON.parse (<anonymous>)
at HTMLUListElement.<anonymous> (https://nabu.hr/wp-content/litespeed/js/c1a45668aa72d686e631a04d7873544e.js?ver=dc96c:306:228)
at Function.each (https://nabu.hr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1:2:3129)
at e.<computed>.each (https://nabu.hr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1:2:1594)
at HTMLDocument.<anonymous> (https://nabu.hr/wp-content/litespeed/js/c1a45668aa72d686e631a04d7873544e.js?ver=dc96c:300:150)
at e (https://nabu.hr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1:2:27028)
at t (https://nabu.hr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1:2:27330) undefined

Uncaught SyntaxError: Bad control character in string literal in JSON at position 1333 (line 1 column 1334)


what can i do to fix this
 
Last edited:
Top