Skip to content

Commit 07fc820

Browse files
committed
update index.html to use the CDN form-submission-handler.js see: #9
1 parent 3578af7 commit 07fc820

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ <h2><em>Thanks</em> for contacting us!
6262
We will get back to you soon!</h2>
6363
</div>
6464

65-
<!-- Submit the Form to Google Using "AJAX"
65+
<!-- Submit the Form to Google Using "AJAX" -->
6666
<script data-cfasync="false" type="text/javascript"
67-
src="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js"></script> -->
68-
<script data-cfasync="false" type="text/javascript"
69-
src="/form-submission-handler.js"></script>
67+
src="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js"></script>
68+
<!-- <script data-cfasync="false" type="text/javascript"
69+
src="/form-submission-handler.js"></script> -->
7070
<!-- END -->
7171

7272
</body>

0 commit comments

Comments
 (0)