mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added list-passwords for regular users
This commit is contained in:
@@ -10,7 +10,10 @@ var List = {
|
||||
|
||||
channel_function: function(msg)
|
||||
{
|
||||
user_auth_started = false;
|
||||
if(user_auth_started) {
|
||||
user_auth_started = false;
|
||||
$("#user_password").modal("close");
|
||||
}
|
||||
switch(msg.type)
|
||||
{
|
||||
case "list":
|
||||
|
||||
Reference in New Issue
Block a user