mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-25 15:29:23 -05:00
Fix style by removing optional parameter
Co-authored-by: El RIDO <elrido@gmx.net>
This commit is contained in:
parent
2790113199
commit
8d435d7c14
@ -42,7 +42,7 @@ if ($SYNTAXHIGHLIGHTING) :
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
<noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
||||||
<?php $this->_scriptTag('js/jquery-3.7.1.js', ''); ?>
|
<?php $this->_scriptTag('js/jquery-3.7.1.js'); ?>
|
||||||
<?php
|
<?php
|
||||||
if ($QRCODE) :
|
if ($QRCODE) :
|
||||||
?>
|
?>
|
||||||
@ -56,8 +56,8 @@ if ($ZEROBINCOMPATIBILITY) :
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<?php $this->_scriptTag('js/zlib-1.3.1.js', 'async'); ?>
|
<?php $this->_scriptTag('js/zlib-1.3.1.js', 'async'); ?>
|
||||||
<?php $this->_scriptTag('js/base-x-4.0.0.js', ''); ?>
|
<?php $this->_scriptTag('js/base-x-4.0.0.js'); ?>
|
||||||
<?php $this->_scriptTag('js/rawinflate-0.3.js', ''); ?>
|
<?php $this->_scriptTag('js/rawinflate-0.3.js'); ?>
|
||||||
<?php $this->_scriptTag('js/bootstrap-3.4.1.js', 'defer'); ?>
|
<?php $this->_scriptTag('js/bootstrap-3.4.1.js', 'defer'); ?>
|
||||||
<?php
|
<?php
|
||||||
if ($SYNTAXHIGHLIGHTING) :
|
if ($SYNTAXHIGHLIGHTING) :
|
||||||
|
@ -25,7 +25,7 @@ if ($SYNTAXHIGHLIGHTING) :
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
<noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
||||||
<?php $this->_scriptTag('js/jquery-3.7.1.js', ''); ?>
|
<?php $this->_scriptTag('js/jquery-3.7.1.js'); ?>
|
||||||
<?php
|
<?php
|
||||||
if ($QRCODE) :
|
if ($QRCODE) :
|
||||||
?>
|
?>
|
||||||
@ -39,8 +39,8 @@ if ($ZEROBINCOMPATIBILITY) :
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
<?php $this->_scriptTag('js/zlib-1.3.1.js', 'async'); ?>
|
<?php $this->_scriptTag('js/zlib-1.3.1.js', 'async'); ?>
|
||||||
<?php $this->_scriptTag('js/base-x-4.0.0.js', ''); ?>
|
<?php $this->_scriptTag('js/base-x-4.0.0.js'); ?>
|
||||||
<?php $this->_scriptTag('js/rawinflate-0.3.js', ''); ?>
|
<?php $this->_scriptTag('js/rawinflate-0.3.js'); ?>
|
||||||
<?php $this->_scriptTag('js/bootstrap-5.3.3.js', 'async'); ?>
|
<?php $this->_scriptTag('js/bootstrap-5.3.3.js', 'async'); ?>
|
||||||
<?php $this->_scriptTag('js/dark-mode-switch.js', 'async'); ?>
|
<?php $this->_scriptTag('js/dark-mode-switch.js', 'async'); ?>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user