Commit c14ce73ac3ee3a5558ce61015710fe1600198944
1 parent
641e6ef9
Exists in
master
and in
2 other branches
revert js fix for containe children
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
theme.js
... | ... | @@ -14,11 +14,6 @@ |
14 | 14 | |
15 | 15 | $( ".profile-image" ).prepend( "<span class='helper'></span>" ); |
16 | 16 | |
17 | - //same height for container children | |
18 | - $('.container-block-plugin_container-block .block .block-inner-2').each(function() { | |
19 | - $(this).height($(this).closest('.box').height()-2); | |
20 | - }); | |
21 | - | |
22 | 17 | })(jQuery); |
23 | 18 | |
24 | 19 | ... | ... |