summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js')
-rw-r--r--user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js b/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
index 17ded53f1..b77789d06 100644
--- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
+++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
@@ -12,8 +12,8 @@ $(document).ready(function () {
$(document).on('click', "[data-toggle='rst-current-version']", function () {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
- // // Make tables responsive
- // $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
+ // Make tables responsive
+ $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
// ---
// START DOC MODIFICATION BY RUFNEX
// v1.0 04.02.2015