summaryrefslogtreecommitdiffstats
path: root/docs/_static/debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/debug.js')
-rw-r--r--docs/_static/debug.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/_static/debug.js b/docs/_static/debug.js
new file mode 100644
index 0000000..338b241
--- /dev/null
+++ b/docs/_static/debug.js
@@ -0,0 +1,7 @@
+// Add debug actions to flyout menu
+
+$(function () {
+ $("[data-toggle='rst-debug-badge']").on("click", function () {
+ $("[data-toggle='rst-versions']").toggleClass("rst-badge");
+ });
+})