theinstagib,
как было так и осталось
function onJCroppedSelect(c) {
event.preventDefault();
// variables can be accessed here as
// c.x, c.y, c.x2, c.y2, c.w, c.h
return false;
}
ну хоть закоментируйте эту строку, если исправить сложно
function onJCroppedSelect(c) {
//event.preventDefault();
// variables can be accessed here as
// c.x, c.y, c.x2, c.y2, c.w, c.h
return false;
}