diff --git a/templates/base.html b/templates/base.html index 970dff50..3ba800cb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -354,7 +354,6 @@

{{template "page_title" .}}

'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -366,7 +365,6 @@

{{template "page_title" .}}

'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/clients.html b/templates/clients.html index fd5a4434..b4e26bd4 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -258,7 +258,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); @@ -270,7 +269,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/global_settings.html b/templates/global_settings.html index b24a48d6..6eb13930 100644 --- a/templates/global_settings.html +++ b/templates/global_settings.html @@ -154,7 +154,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' }); diff --git a/templates/server.html b/templates/server.html index a93fed80..5a7c5a44 100644 --- a/templates/server.html +++ b/templates/server.html @@ -160,7 +160,6 @@ 'defaultText': 'Add More', 'removeWithBackspace': true, 'minChars': 0, - 'maxChars': 18, 'placeholderColor': '#666666' });