Loading imce_crop.js +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ imce.hooks.load.push(function() { imce.ops['crop'].func = imce.cropSettle; //IE fix. position:relative & scroll:auto $.browser.msie && parseFloat($.browser.version) < 8 && $('#preview-wrapper').css('position', 'relative'); navigator.userAgent.match(/msie 7/i) && $('#preview-wrapper').css('position', 'relative'); }); //make previewed images croppable Loading Loading
imce_crop.js +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ imce.hooks.load.push(function() { imce.ops['crop'].func = imce.cropSettle; //IE fix. position:relative & scroll:auto $.browser.msie && parseFloat($.browser.version) < 8 && $('#preview-wrapper').css('position', 'relative'); navigator.userAgent.match(/msie 7/i) && $('#preview-wrapper').css('position', 'relative'); }); //make previewed images croppable Loading