I get a javascript error "waitScale is not defined" when I select a crop size from the cropper dropdown.
The cause appears to be simply that the call to the waitScale() function is above the function definition in the imagecropper.controller.js script - moving the call below it fixes the problem. Looks like this will also apply in other places in the scripts for this plugin (for instance checkWidth() a few lines higher in the same file).
waitScale not defined
Hi Jeavon,
I get a javascript error "waitScale is not defined" when I select a crop size from the cropper dropdown.
The cause appears to be simply that the call to the waitScale() function is above the function definition in the imagecropper.controller.js script - moving the call below it fixes the problem. Looks like this will also apply in other places in the scripts for this plugin (for instance checkWidth() a few lines higher in the same file).
Geoff
is working on a reply...