education/classroom

View on GitHub
app/views/shared/_roster_tab_script.html.erb

Summary

Maintainability
Test Coverage
<script>
  if(typeof selectTab === "function"){
    setTabOnLoad();
  }else{
    document.addEventListener("DOMContentLoaded", function(_event) {
      setTabOnLoad();
    });
  }
</script>