Skip to content

Commit f62ee20

Browse files
committed
Remove type attribute from scripts.
1 parent 14f1b9e commit f62ee20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<script src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
4141
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
4242

43-
<script type="text/javascript" src="//use.typekit.net/wde1aof.js"></script>
44-
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
43+
<script src="//use.typekit.net/wde1aof.js"></script>
44+
<script>try{Typekit.load();}catch(e){}</script>
4545

4646
<?php
4747
if ( is_singular() && get_option( 'thread_comments' ) )

0 commit comments

Comments
 (0)