diff --git a/site/client/app/components/landing.js b/site/client/app/components/landing.js index ea4cec3..616f5e3 100644 --- a/site/client/app/components/landing.js +++ b/site/client/app/components/landing.js @@ -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; } }