diff options
| author | spiderr <spider@viovio.com> | 2014-04-07 17:33:12 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-04-07 17:33:12 -0400 |
| commit | e02dd030f7b3d55c861abaef23abedba3988e0e8 (patch) | |
| tree | bcdda317cd82db94083fb9996bfc74f21fc2125f /templates | |
| parent | 82ae49f85fa5f65374560fdedfd51a5b5125af86 (diff) | |
| download | themes-e02dd030f7b3d55c861abaef23abedba3988e0e8.tar.gz themes-e02dd030f7b3d55c861abaef23abedba3988e0e8.tar.bz2 themes-e02dd030f7b3d55c861abaef23abedba3988e0e8.zip | |
remove async
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/html_head_inc.tpl | 2 |
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" /> |
