hpi-swt2/sport-portal

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

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(function() {
  $("a[rel~=popover], .has-popover").popover();
  $("a[rel~=tooltip], .has-tooltip").tooltip();
});