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:
parent
25dc50a081
commit
8ce1038c8a
@ -41,7 +41,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
closeLogin: function(e) {
|
||||
if($(e.target).context.className == 'modal active') {
|
||||
if(e.target.className == 'modal active') {
|
||||
this.modal = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user