znt/extension/lite/project/ext/view/view.lite.html.hook.php

6 lines
198 B
PHP

<script>
$('.side-col .row .cell .detail').addClass('hidden');
$('.side-col .row .cell .detail:first').removeClass('hidden');
$('.side-col .row .cell .detail:last').removeClass('hidden');
</script>