I saw this when I browsed https://conf.researchr.org/track/models-2020/models-2020-tutorials
It opens the first tab (correct), but highlights the last tab as active (incorrect).

Submitted by Elmer van Chastelet on 8 September 2020 at 10:07

On 24 September 2020 at 15:01 Elmer van Chastelet commented:

There’s some content, entered by the content manager, with js code in the accepted paper tab that triggers this:

<script>
$(document).ready(function(){
  $( "ul#tab li:nth-child(1)" ).removeClass("active");
  $( "ul#tab li:nth-child(4)" ).addClass("active");

  $( "#About" ).removeClass("active");
  $( "#Accepted-tutorials" ).addClass("active");
});
</script>

On 24 September 2020 at 15:01 Elmer van Chastelet closed this issue.

On 24 September 2020 at 15:01 Elmer van Chastelet removed tag 1.70.0

Log in to post comments