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
###################
SPEED UP HELP, read first:
Help us help you
###################