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

remove jquery selector

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

View File

@ -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;
} }
} }