From 63d0f1e1c6b1e13274062a5bd15b040fface36b6 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Wed, 17 Jun 2020 16:17:39 +0300 Subject: [PATCH] Update index.js --- website/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/js/index.js b/website/js/index.js index 21c3147db98..1ce692fb696 100644 --- a/website/js/index.js +++ b/website/js/index.js @@ -29,7 +29,7 @@ $(document).ready(function () { dataType: 'json', data: data, success: function () { - meetup_form.html('

Thanks!

We\'ll be in touch soon.

'); + meetup_form.html('

Thanks!

We\'ll be in touch soon.

'); $('#meetup-form-error').html(''); }, error: function () {