mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge branch 'dev' of github.com:nixolas1/Zoff into dev
This commit is contained in:
2
static/css/materialize.css
vendored
2
static/css/materialize.css
vendored
@@ -5468,7 +5468,7 @@ small {
|
|||||||
#toast-container {
|
#toast-container {
|
||||||
min-width: 8%;
|
min-width: 8%;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
right: 7%; } }
|
left: 2%; } }
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|||||||
2
static/css/materialize.min.css
vendored
2
static/css/materialize.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -21,6 +21,8 @@ socket.on("pw", function(msg)
|
|||||||
$("input[name="+names[i]+"]").attr("disabled", false);
|
$("input[name="+names[i]+"]").attr("disabled", false);
|
||||||
}
|
}
|
||||||
$(".card-action").removeClass("hide");
|
$(".card-action").removeClass("hide");
|
||||||
|
localStorage.setItem("passord_i_klartekst_lol", msg);
|
||||||
|
Materialize.toast("Correct Password!", 4000);
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on(chan.toLowerCase()+",conf", function(msg)
|
socket.on(chan.toLowerCase()+",conf", function(msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user