Hi as we stumbled over this same problem described here:
www.joomlapolis.com/forum/130-cb-123-general-discussion/140657-solved-curvy-error#141788
Because above thread is closed I post it here, afair it is still an issue with CB 1.3.1. This error/warning can be disabled by curvycorner itself. Curvycorner seems to run in verbose mode by default :huh:
edit /components/com_comprofiler/js/curvycorners.min.js (and curvycorners.js) and put this:
Code:
var curvyCornersVerbose = false;
in front of
Code:
var browserdetect=function(){ ...
so that it looks like this
Code:
var curvyCornersVerbose = false;var browserdetect=function(){ ...
Maybe this little patch can get into next release