mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-19 06:39:10 +00:00
remove jquery selector
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user