summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-04-07 17:33:12 -0400
committerspiderr <spider@viovio.com>2014-04-07 17:33:12 -0400
commite02dd030f7b3d55c861abaef23abedba3988e0e8 (patch)
treebcdda317cd82db94083fb9996bfc74f21fc2125f /templates
parent82ae49f85fa5f65374560fdedfd51a5b5125af86 (diff)
downloadthemes-e02dd030f7b3d55c861abaef23abedba3988e0e8.tar.gz
themes-e02dd030f7b3d55c861abaef23abedba3988e0e8.tar.bz2
themes-e02dd030f7b3d55c861abaef23abedba3988e0e8.zip
remove async
Diffstat (limited to 'templates')
-rw-r--r--templates/html_head_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index 04d0b38..9233b3e 100644
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -4,7 +4,7 @@
<link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" />
{/foreach}
{foreach from=$gBitThemes->mRawFiles.js item=jsFile}
- <script async src="{$jsFile}" type="text/javascript"></script>
+ <script src="{$jsFile}" type="text/javascript"></script>
{/foreach}
{if $gBitThemes->mStyles.joined_css}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->mStyles.joined_css}" media="all" />