Skip to content

Commit 3681f84

Browse files
Fix update_window_dimensions call on edit_image
1 parent 1e449ff commit 3681f84

File tree

1 file changed

+1
-1
lines changed
  • cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js

1 file changed

+1
-1
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/cloudinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jQuery(function() {
133133
message: "edit_image",
134134
html: html
135135
}));
136-
update_window_dimensions();
137136
jQuery('#cloudinary-library').show();
137+
update_window_dimensions();
138138
});
139139
} else {
140140
setTimeout(register_edit_image, 10);

0 commit comments

Comments
 (0)