I have some blocks that have text in them. The problem is, if I resize the window and the words wrap, the page height/column height doesnt adjust. However, if I refresh the page, it will look fine. I looked tried to add this code to the end of homebox.js with no luck:

$(window).onresize(function () {
  Drupal.homebox.equalizeColumnsHeights()
  }); 

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

since homebox.js is jquery i changed .onresize to .resize and it seems to work