mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-09 10:59:35 +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