From 801d1901738a88dd9070ec200f617d7a61ec3ed4 Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Fri, 2 Dec 2016 23:58:55 -0600 Subject: [PATCH] fix(ajax-form.html): script may fail if loaded before template With this stack trace: Uncaught TypeError: Cannot read property 'content' of undefined at HTMLFormElement.value (ajax-form.js:476) at ajax-form.js:469 at ajax-form.js:500 --- ajax-form.html | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ajax-form.html b/ajax-form.html index 3c31f0b..bb36f9e 100644 --- a/ajax-form.html +++ b/ajax-form.html @@ -1,5 +1,3 @@ - -