From d728f71fac6a7f5845de5b37a4bd01bcd3d3d8d6 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Thu, 11 Mar 2021 14:21:14 +0100 Subject: [PATCH] refs #19260 [fid] remove JS that only belongs to adlr theme --- .../fid/templates/ajax/resolverLinks-print.phtml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/themes/fid/templates/ajax/resolverLinks-print.phtml b/themes/fid/templates/ajax/resolverLinks-print.phtml index 211079c3e74..972116bf51e 100644 --- a/themes/fid/templates/ajax/resolverLinks-print.phtml +++ b/themes/fid/templates/ajax/resolverLinks-print.phtml @@ -51,19 +51,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: ajax - resolverlinks-print - END --> -- GitLab