summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-04-07 17:19:03 -0400
committerspiderr <spider@viovio.com>2014-04-07 17:19:03 -0400
commit82ae49f85fa5f65374560fdedfd51a5b5125af86 (patch)
tree0f332173bf3895c6efe6644c9e02affc3346dc62 /templates
parent21a6b7a45bb55be4a1b2d69af7b3de5b37830edc (diff)
downloadthemes-82ae49f85fa5f65374560fdedfd51a5b5125af86.tar.gz
themes-82ae49f85fa5f65374560fdedfd51a5b5125af86.tar.bz2
themes-82ae49f85fa5f65374560fdedfd51a5b5125af86.zip
add async to .js files; use .min with IS_LIVE jquery
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 9233b3e..04d0b38 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 src="{$jsFile}" type="text/javascript"></script>
+ <script async 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" />