Files
sphinx_rtd_theme/docs/_static/debug.js
Anthony Johnson 20abc2fc1c Add method to test badge only CSS
Also a small bug fix I found to line-height.
2020-05-05 14:16:28 -06:00

8 lines
191 B
JavaScript

// Add debug actions to flyout menu
$(function () {
$("[data-toggle='rst-debug-badge']").on("click", function () {
$("[data-toggle='rst-versions']").toggleClass("rst-badge");
});
})