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
commit 1842d356e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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):
?>