Anyone familiar with CurvyCorners JS?
- by Kyle Sevenoaks
I am trying to implement the CurvyCorners script onto the site: euroworker.no. It reports back that certain CSS values don't exist on the page, how I can I turn off this alert?
Found the alert code:
if (j === null)
curvyCorners.alert("No object with ID " + arg + " exists yet.\nCall curvyCorners(settings, obj) when it is created.");