Fix syntax error in media

refactor-builder
Eric Holscher 2013-11-02 12:53:38 -07:00
parent 0f54bac5a9
commit 5dfbe60463
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $(document).ready(function () {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
// Make tables responsive
$("table.docutils:not(.field-list").wrap("<div class='wy-table-responsive'></div>");
$("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
// Add Grok the Docs Client