Fix AJAX handler context

This commit is contained in:
Ilja Kartašov 2019-04-26 15:54:55 +02:00
parent ca87f72b7f
commit 3f63930ff8
1 changed files with 2 additions and 0 deletions

View File

@ -455,6 +455,8 @@ var gCore = {
function Contact()
{
var t = this;
this.email = $('#feedback__email');
this.msg = $('#feedback__msg');