mattbrictson/tomo

View on GitHub
docs/js/extra.js

Summary

Maintainability
A
0 mins
Test Coverage
document.addEventListener("DOMContentLoaded", function() {
  document.querySelectorAll("table").forEach(function(table) {
    table.classList.add("docutils");
  });
});