Skip to content

Commit

Permalink
remove maxchars for copy+paste (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinprogrammer authored Aug 5, 2021
1 parent 2aa042b commit 854a9fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ <h1>{{template "page_title" .}}</h1>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand All @@ -366,7 +365,6 @@ <h1>{{template "page_title" .}}</h1>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand Down
2 changes: 0 additions & 2 deletions templates/clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ <h4 class="modal-title">Remove</h4>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand All @@ -270,7 +269,6 @@ <h4 class="modal-title">Remove</h4>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand Down
1 change: 0 additions & 1 deletion templates/global_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ <h4 class="modal-title">Endpoint Address Suggestion</h4>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand Down
1 change: 0 additions & 1 deletion templates/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ <h4 class="modal-title">KeyPair Generation</h4>
'defaultText': 'Add More',
'removeWithBackspace': true,
'minChars': 0,
'maxChars': 18,
'placeholderColor': '#666666'
});

Expand Down

0 comments on commit 854a9fd

Please sign in to comment.