From 4e7a74c004ffb3825b09634683c3f79360ba63b5 Mon Sep 17 00:00:00 2001 From: Alan Scherger Date: Fri, 23 Apr 2021 13:35:55 -0500 Subject: [PATCH] remove maxchars for copy+paste --- templates/base.html | 2 -- templates/clients.html | 2 -- templates/global_settings.html | 1 - templates/server.html | 1 - 4 files changed, 6 deletions(-) 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' });