Fix indentation for custom CNAME as well

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-08-02 20:52:32 +02:00
parent 2667eb1c26
commit 70f5664bea
+4 -4
View File
@@ -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);
}