Update equal heights script

This commit is contained in:
MickeyKay
2014-11-03 17:08:19 -08:00
parent 241643cda0
commit 64921598f8
+1 -1
View File
@@ -133,7 +133,7 @@ jQuery(window).load(function() {
breakPoint = breakPoint || 0;
// Bind functionality to appropriate events
jQuery(window).bind('load orientationchange resize', function() {
jQuery(window).on('load orientationchange resize equalheights', function() {
tallest = (minHeight) ? minHeight : 0;
items.each(function() {
jQuery(this).height('auto');