mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
start with design implementation
This commit is contained in:
7
site/public/assets/js/core.js
Normal file
7
site/public/assets/js/core.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$('.register-btn').on('click', function() {
|
||||
$('.icon-load').show();
|
||||
});
|
||||
|
||||
$('.btn-login').on('click', function() {
|
||||
$('.overlay').addClass('active');
|
||||
});
|
Reference in New Issue
Block a user