Page template scripts loading order fix

This commit is contained in:
Ribas160 2025-06-30 09:46:05 +03:00
parent 78dd0e2d8e
commit 207b5ccc5f

View file

@ -35,8 +35,8 @@ if ($ZEROBINCOMPATIBILITY):
endif; endif;
?> ?>
<?php $this->_scriptTag('js/zlib-1.3.1-1.js', 'async'); ?> <?php $this->_scriptTag('js/zlib-1.3.1-1.js', 'async'); ?>
<?php $this->_scriptTag('js/base-x-4.0.0.js', 'async'); ?> <?php $this->_scriptTag('js/base-x-4.0.0.js', 'defer'); ?>
<?php $this->_scriptTag('js/rawinflate-0.3.js', 'async'); ?> <?php $this->_scriptTag('js/rawinflate-0.3.js', 'defer'); ?>
<?php <?php
if ($SYNTAXHIGHLIGHTING): if ($SYNTAXHIGHLIGHTING):
?> ?>