Skip to content

Commit

Permalink
Attemp to solve equal height problem
Browse files Browse the repository at this point in the history
  • Loading branch information
codexpert committed Sep 14, 2013
1 parent c64dd07 commit b2a2b49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
File renamed without changes.
37 changes: 0 additions & 37 deletions interface/js/jquery.equalheight.js

This file was deleted.

2 changes: 1 addition & 1 deletion widgets/equalheight.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function init()
$js .= "jQuery('#footer .column').equalHeight('.block');";
$js .= "jQuery('#mainbody, #sidebar-a, #sidebar-b').equalHeight();";

$expose->addLink('jquery.equalheight.js','js');
$expose->addLink('equalheight.js','js');
$expose->addjQDom($js);
}
}
Expand Down

0 comments on commit b2a2b49

Please sign in to comment.