From 854a9fdde92fe6603a967077a3767c99dfc42ed8 Mon Sep 17 00:00:00 2001 From: Alan Scherger Date: Thu, 5 Aug 2021 13:07:42 -0500 Subject: [PATCH] remove maxchars for copy+paste (#58) --- 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 970dff5..3ba800c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -354,7 +354,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -366,7 +365,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/clients.html b/templates/clients.html index fd5a443..b4e26bd 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -258,7 +258,6 @@ Wireguard Clients 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -270,7 +269,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' });