File "app-shop.js"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/common/src/resources/js/app-shop.js
File size: 268 bytes
MIME-type: text/plain
Charset: utf-8
jQuery( function() {
var maxHeight = 0;
jQuery( "div.tribe-addon .caption" ).each( function() {
var h = jQuery( this ).height();
maxHeight = h > maxHeight ? h : maxHeight;
} );
jQuery( "div.tribe-addon:not(.first) .caption" ).css( 'height', maxHeight );
} );