publiclab/spectral-workbench

View on GitHub
app/assets/javascripts/dashboard.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(document).ready(function() {
  var url = document.location.toString();
  if (url.match('#')) {
    $('.nav-tabs a[href=#'+url.split('#')[1]+']').tab('show') ;
  }
})