mirror of
https://github.com/exane/not-gwent-online
synced 2025-10-09 07:39:08 +00:00
fix styling and add more logic
This commit is contained in:
@@ -2,6 +2,10 @@ module.exports = {
|
||||
|
||||
template: require('../views/landing.html'),
|
||||
|
||||
components: {
|
||||
login: require('./modals/login')
|
||||
},
|
||||
|
||||
ready: function() {
|
||||
setTimeout(function() {
|
||||
$('.container-form-landing').addClass('active')
|
||||
|
5
site/client/app/components/modals/login.js
Normal file
5
site/client/app/components/modals/login.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
|
||||
template: require('../../views/modals/login.html')
|
||||
|
||||
};
|
Reference in New Issue
Block a user