Commit 1ece4048560bce57436487c64f6e420077f594f2
1 parent
8b996830
Exists in
master
and in
2 other branches
last minute hard code for oficial release
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
theme.js
@@ -6,6 +6,10 @@ function alignBlocks(containerIndex){ | @@ -6,6 +6,10 @@ function alignBlocks(containerIndex){ | ||
6 | if(jQuery(this).height() > longerBlock) | 6 | if(jQuery(this).height() > longerBlock) |
7 | longerBlock = jQuery(this).height(); | 7 | longerBlock = jQuery(this).height(); |
8 | }); | 8 | }); |
9 | + | ||
10 | + jt.find("#block-48504 .block-inner-2").height(492); | ||
11 | + jt.find("#block-55304 .block-inner-2").height(378); | ||
12 | + | ||
9 | //Aligns the blocks in the most common situations | 13 | //Aligns the blocks in the most common situations |
10 | jt.find(".block-outer").height(longerBlock); | 14 | jt.find(".block-outer").height(longerBlock); |
11 | //Only used for blocks with video, since it uses the size of the iframe | 15 | //Only used for blocks with video, since it uses the size of the iframe |