From 70f5664beaa2d19b9df4d7451bf24466f982b351 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 2 Aug 2020 20:52:32 +0200 Subject: [PATCH] Fix indentation for custom CNAME as well Signed-off-by: yubiuser --- scripts/pi-hole/js/customcname.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); }