The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 59593889 authored by André Lahmann's avatar André Lahmann
Browse files

refs #7827:

* fixes non working branches accordion when loading holdingstab via AJAX
parent 7a94ba8b
No related merge requests found
......@@ -82,4 +82,11 @@
</td>
</tr>
<?
$accordionReflow = <<<JS
$(document).foundation('accordion', 'reflow');
JS;
$this->headScript()->appendScript($accordionReflow);
?>
<?=$this->headScript()?>
<!-- helpers - branchinfo.phtml - END -->
\ No newline at end of file
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