We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f1b9e commit f62ee20Copy full SHA for f62ee20
themes/jquery/header.php
@@ -40,8 +40,8 @@
40
<script src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
41
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
42
43
- <script type="text/javascript" src="//use.typekit.net/wde1aof.js"></script>
44
- <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+ <script src="//use.typekit.net/wde1aof.js"></script>
+ <script>try{Typekit.load();}catch(e){}</script>
45
46
<?php
47
if ( is_singular() && get_option( 'thread_comments' ) )
0 commit comments