1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +00:00
not-gwent-online/site/public/assets/js/core.js

7 lines
155 B
JavaScript
Raw Normal View History

2015-06-20 15:13:40 +00:00
$('.register-btn').on('click', function() {
$('.icon-load').show();
});
$('.btn-login').on('click', function() {
$('.overlay').addClass('active');
});