17 lines
688 B
PHP
17 lines
688 B
PHP
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3LTD4T"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
<script type="text/javascript">
|
|
$( function() {
|
|
$( 'body' ).on( 'click', '.panel-group .panel-title a', function(e){
|
|
e.preventDefault();
|
|
var id = $( this ).attr( 'aria-controls' );
|
|
|
|
$( '.panel-group .panel-title a' ).removeClass( 'active' );
|
|
$( '.panel-group .panel div[role="tabpanel"]' ).removeClass( 'show' );
|
|
$( '#' + id ).addClass( 'show' );
|
|
$( this ).addClass( 'active' );
|
|
});
|
|
})
|
|
</script> |