diff --git a/templates/base.html b/templates/base.html index 314c200..dc5e439 100644 --- a/templates/base.html +++ b/templates/base.html @@ -340,7 +340,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -352,7 +351,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/clients.html b/templates/clients.html index 689d5d2..336ecb9 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -250,7 +250,6 @@ Wireguard Clients 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -262,7 +261,6 @@ Wireguard Clients 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/global_settings.html b/templates/global_settings.html index b24a48d..6eb1393 100644 --- a/templates/global_settings.html +++ b/templates/global_settings.html @@ -154,7 +154,6 @@ Global Settings 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/server.html b/templates/server.html index a93fed8..5a7c5a4 100644 --- a/templates/server.html +++ b/templates/server.html @@ -160,7 +160,6 @@ Wireguard Server Settings 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' });