From 3f63930ff849f2bf21c9999ce776ec21f500d52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Fri, 26 Apr 2019 15:54:55 +0200 Subject: [PATCH] Fix AJAX handler context --- static/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.js b/static/main.js index 6e1d45c..55c2f05 100644 --- a/static/main.js +++ b/static/main.js @@ -455,6 +455,8 @@ var gCore = { function Contact() { + var t = this; + this.email = $('#feedback__email'); this.msg = $('#feedback__msg');