We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a62556 commit a478e74Copy full SHA for a478e74
cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/cloudinary.js
@@ -77,7 +77,7 @@ jQuery(function() {
77
}
78
79
function update_window_dimensions() {
80
- if ($('#cloudinary-library').is(':visible')) {
+ if (jQuery('#cloudinary-library').is(':visible')) {
81
var footer = jQuery('#footer').size() > 0 ? jQuery('#footer') : jQuery('#wpfooter');
82
var body_height = jQuery('body').height() - jQuery(footer).outerHeight(true);
83
jQuery('#wpcontent').css('margin-left', '156px');
0 commit comments