mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
Merge pull request #1579 from Ribas160/page_template_scripts_load_order
Page template scripts loading order fix
This commit is contained in:
commit
1842d356e5
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue