mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 20:12:44 +02:00
Revert "Fixes #1403 guest user is removed from selectize user list"
This reverts commit 5792cf6307.
This commit is contained in:
@@ -45,10 +45,6 @@ var usersCache = new UsersCache({
|
|||||||
});
|
});
|
||||||
|
|
||||||
usersCache.selectize(jQuery('select.UserSearch'));
|
usersCache.selectize(jQuery('select.UserSearch'));
|
||||||
|
|
||||||
{* Removes the 'gest' user from the list *}
|
|
||||||
jQuery('select.UserSearch')[0].selectize.removeOption(2);
|
|
||||||
|
|
||||||
{* temporary fix for #1283 (end) *}
|
{* temporary fix for #1283 (end) *}
|
||||||
{/footer_script}
|
{/footer_script}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user