#3 IE 9미만에서 jQuery를 로드하지 못하는 문제 수정

This commit is contained in:
bnu 2014-02-03 11:08:03 +09:00
parent 1182dcdd44
commit b72b6344c6
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
</block>
<!-- JS -->
<block loop="$js_files=>$key,$js_file">
<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]></block>
<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]><block cond="stripos($js_file['targetie'], 'gt') === 0"><!--></block></block>
<script src="{$js_file['file']}"></script>
<block cond="$js_file['targetie']"><![endif]--></block>
</block>