view.lite.html.hook.php 198 B

12345
  1. <script>
  2. $('.side-col .row .cell .detail').addClass('hidden');
  3. $('.side-col .row .cell .detail:first').removeClass('hidden');
  4. $('.side-col .row .cell .detail:last').removeClass('hidden');
  5. </script>