Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c67b5ac

Browse files
Merge pull request #301 from dwyl/remove-script-type
Remove type declaration on script tag
2 parents 143ea72 + a7d5eaf commit c67b5ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ <h2><em>Thanks</em> for contacting us!
6565
</form>
6666

6767
<!-- Submit the Form to Google Using "AJAX" -->
68-
<script data-cfasync="false" type="text/javascript"
69-
src="form-submission-handler.js"></script>
68+
<script data-cfasync="false" src="form-submission-handler.js"></script>
7069
<!-- END -->
7170

7271
</body>

‎test.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h2><em>Thanks</em> for contacting us again!
243243

244244
</form>
245245

246-
<script data-cfasync="false" type="text/javascript" src="form-submission-handler.js"></script>
246+
<script data-cfasync="false" src="form-submission-handler.js"></script>
247247

248248
</body>
249249
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /