|
|
@ -233,7 +233,6 @@
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
|
|
|
$(".h4-title").each(function(){
|
|
|
|
$(".h4-title").each(function(){
|
|
|
|
var titleHeight = $(this).height();
|
|
|
|
var titleHeight = $(this).height();
|
|
|
|
if (titleHeight > 52){
|
|
|
|
if (titleHeight > 52){
|
|
|
@ -243,5 +242,4 @@
|
|
|
|
$(this).next().hide();
|
|
|
|
$(this).next().hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|