Ticket #11477: ticket-11477-part3-ver1.patch
File ticket-11477-part3-ver1.patch, 516 bytes (added by , 15 years ago) |
---|
-
image-edit.dev.js
535 535 }, 536 536 537 537 setRatioSelection : function(postid, n, el) { 538 var sel, r, x = this.intval( $('#imgedit-crop-width-' + postid).val() ),538 var sel, r, x = parseFloat( $('#imgedit-crop-width-' + postid).val() ), 539 539 y = this.intval( $('#imgedit-crop-height-' + postid).val() ), 540 540 h = $('#image-preview-' + postid).height(); 541 541