mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
$('.register-btn').on('click', function() {
|
|
$('.icon-load').show();
|
|
});
|
|
|
|
$('.btn-login').on('click', function() {
|
|
$('.overlay').addClass('active');
|
|
}); |