Merge pull request #1579 from Ribas160/page_template_scripts_load_order

Page template scripts loading order fix
This commit is contained in:
El RIDO
2025-06-30 09:57:56 +02:00
committed by GitHub

View File

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