mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Remove email sort
This commit is contained in:
parent
25a949356d
commit
d6127e28f3
2 changed files with 0 additions and 2 deletions
|
@ -584,7 +584,6 @@
|
|||
var $email_selectors = $('#newsletter_email_to, #newsletter_email_cc, #newsletter_email_bcc').selectize({
|
||||
plugins: ['remove_button'],
|
||||
maxItems: null,
|
||||
sortField: 'text',
|
||||
searchField: ['text', 'value'],
|
||||
render: {
|
||||
item: function(item, escape) {
|
||||
|
|
|
@ -566,7 +566,6 @@
|
|||
var $email_selectors = $('#email_to, #email_cc, #email_bcc').selectize({
|
||||
plugins: ['remove_button'],
|
||||
maxItems: null,
|
||||
sortField: 'text',
|
||||
searchField: ['text', 'value'],
|
||||
render: {
|
||||
item: function(item, escape) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue