mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Добавил надписи при неправильном вводе пароля
This commit is contained in:
@@ -8,4 +8,15 @@ function activeClass() {
|
||||
document.getElementById('dropdown').style.display = "none";
|
||||
a = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
$(function() {
|
||||
setTimeout(function() {
|
||||
$('#1').show(400);
|
||||
}, 500);
|
||||
setTimeout(function() {
|
||||
$('#1').hide(400);
|
||||
}, 6000);
|
||||
});
|
||||
Reference in New Issue
Block a user