Update DefaultPageLayout.php

This commit is contained in:
Squidly271
2024-01-13 19:34:59 -05:00
committed by GitHub
parent 33a4ad1173
commit 561cfc6c9f

View File

@@ -581,7 +581,6 @@ function flashReport() {
$(function() {
var tab = $.cookie('one')||$.cookie('tab')||'tab1';
if (tab=='tab0') tab = 'tab'+$('input[name$="tabs"]').length; else if ($('#'+tab).length==0) {initab(); tab = 'tab1';}
if ($.cookie('help')=='help') {$('.inline_help').show(); $('.nav-item.HelpButton').addClass('active');}
$('#'+tab).attr('checked', true);
updateTime();
$.jGrowl.defaults.closeTemplate = '<i class="fa fa-close"></i>';