Skip to Content Skip to Menu

🍾 Happy New Year! Great savings on Professional and Developer Memberships! Get 25% off now with code NEWYEAR-2025!

curvycorners object error solution

  • ndee
  • ndee
  • OFFLINE
  • Posts: 25
  • Thanks: 5
  • Karma: 19
13 years 11 months ago #151540 by ndee
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 :)

###################
SPEED UP HELP, read first: Help us help you
###################
The following user(s) said Thank You: heyai

Please Log in or Create an account to join the conversation.

  • erthos
  • erthos
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
13 years 11 months ago #152557 by erthos
Replied by erthos on topic Re: curvycorners object error solution
Thanks, it helped us to remove the curvycurner warning on our site for IE browsers.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum