1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-04-15 08:43:00 +00:00

remove jquery selector

This commit is contained in:
devfake 2015-06-23 10:22:35 +02:00
parent 25dc50a081
commit 8ce1038c8a

@ -41,7 +41,7 @@ module.exports = {
}, },
closeLogin: function(e) { closeLogin: function(e) {
if($(e.target).context.className == 'modal active') { if(e.target.className == 'modal active') {
this.modal = false; this.modal = false;
} }
} }