diff --git a/scripts/pi-hole/js/settings.js b/scripts/pi-hole/js/settings.js index b5b274a5..5b6b5960 100644 --- a/scripts/pi-hole/js/settings.js +++ b/scripts/pi-hole/js/settings.js @@ -131,7 +131,7 @@ $(document).ready(function() { }); } //call draw() on each table... they don't render properly with scrollX and scrollY set... ¯\_(ツ)_/¯ - $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { + $("a[data-toggle=\"tab\"]").on("shown.bs.tab", function (e) { leasetable.draw(); staticleasetable.draw(); });