Revert "Fixes #1403 guest user is removed from selectize user list"

This reverts commit 5792cf6307.
This commit is contained in:
Matthieu Leproux
2021-05-14 15:13:05 +02:00
parent 9838c1955c
commit a03e44b572

View File

@@ -45,10 +45,6 @@ var usersCache = new UsersCache({
});
usersCache.selectize(jQuery('select.UserSearch'));
{* Removes the 'gest' user from the list *}
jQuery('select.UserSearch')[0].selectize.removeOption(2);
{* temporary fix for #1283 (end) *}
{/footer_script}