From 207b5ccc5fc653a1a3fa426eebd40416e4d68c76 Mon Sep 17 00:00:00 2001 From: Ribas160 Date: Mon, 30 Jun 2025 09:46:05 +0300 Subject: [PATCH] Page template scripts loading order fix --- tpl/page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/page.php b/tpl/page.php index ccbdb116..2f2c8ba9 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -35,8 +35,8 @@ if ($ZEROBINCOMPATIBILITY): endif; ?> _scriptTag('js/zlib-1.3.1-1.js', 'async'); ?> - _scriptTag('js/base-x-4.0.0.js', 'async'); ?> - _scriptTag('js/rawinflate-0.3.js', 'async'); ?> + _scriptTag('js/base-x-4.0.0.js', 'defer'); ?> + _scriptTag('js/rawinflate-0.3.js', 'defer'); ?>