Skip to content
Snippets Groups Projects
Commit f4990151 authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #19054 [fid_bbi] remove adlr specific JS from ticket 17831

parent 064ecc7b
No related merge requests found
......@@ -76,20 +76,4 @@ JS;
<?php endif; ?>
<?php // finc-specific change #9274 - END ?>
</div>
<?php // #17831 ?>
<?php $script = <<<JS
$(document).ready(function() {
if ($(window).width() >= 1200) {
var contentHeight = $('.media').height();
var getitboxHeight = $('.getitbox').height();
if (getitboxHeight > contentHeight) {
$('.media').css('min-height', getitboxHeight+'px');
}
}
});
JS;
?>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?>
<?php // #17831 END ?>
<!-- fid-bbi: ajax - resolverlinks-print - END -->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment