diff --git a/scripts/pi-hole/js/customcname.js b/scripts/pi-hole/js/customcname.js index a5f9edb9..d7140177 100644 --- a/scripts/pi-hole/js/customcname.js +++ b/scripts/pi-hole/js/customcname.js @@ -65,10 +65,10 @@ $(function () { } } ], - lengthMenu: [ - [10, 25, 50, 100, -1], - [10, 25, 50, 100, "All"] - ], + lengthMenu: [ + [10, 25, 50, 100, -1], + [10, 25, 50, 100, "All"] + ], drawCallback: function () { $(".deleteCustomCNAME").on("click", deleteCustomCNAME); }