Skip to content

Commit a478e74

Browse files
Fix jQuery exception
1 parent 4a62556 commit a478e74

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
@@ -77,7 +77,7 @@ jQuery(function() {
7777
}
7878

7979
function update_window_dimensions() {
80-
if ($('#cloudinary-library').is(':visible')) {
80+
if (jQuery('#cloudinary-library').is(':visible')) {
8181
var footer = jQuery('#footer').size() > 0 ? jQuery('#footer') : jQuery('#wpfooter');
8282
var body_height = jQuery('body').height() - jQuery(footer).outerHeight(true);
8383
jQuery('#wpcontent').css('margin-left', '156px');

0 commit comments

Comments
 (0)