Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-08-02 22:16:41 +02:00
parent 70f5664bea
commit 02e0b1639d
2 changed files with 8 additions and 8 deletions

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 () {
$(".deleteCustomDNS").on("click", deleteCustomDNS);
}