Merge script sections just to remove bytes per view.

This commit is contained in:
Isaac Connor 2021-08-05 14:45:33 -04:00
parent 814e8559aa
commit 6a6d6935e8
1 changed files with 1 additions and 2 deletions

View File

@ -898,7 +898,6 @@ function xhtmlFooter() {
'js/Server.js',
), true );
?>
<script nonce="<?php echo $cspNonce; ?>">var $j = jQuery.noConflict();</script>
<?php
if ( $view == 'event' ) {
?>
@ -912,7 +911,7 @@ function xhtmlFooter() {
<script src="skins/<?php echo $skin ?>/js/moment.min.js"></script>
<?php
?>
<script nonce="<?php echo $cspNonce; ?>">
<script nonce="<?php echo $cspNonce; ?>">var $j = jQuery.noConflict();
<?php
if ( $skinJsPhpFile ) {
require_once( $skinJsPhpFile );