Remove remaining targetie reference

This commit is contained in:
Kijin Sung 2022-12-28 00:51:12 +09:00
parent 684eed4a4d
commit 5a6adb5c05

View file

@ -74,9 +74,7 @@
<!-- BODY JS -->
<block loop="Context::getJsFile('body', true) => $key, $js_file">
<block cond="$js_file['targetie']"><!--[if {$js_file['targetie']}]></block>
<script src="{$js_file['file']}"></script>
<block cond="$js_file['targetie']"><![endif]-->{"\n"}</block>
</block>
</body>