From 561cfc6c9f59db3b5b399c7ad94855d545b694be Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sat, 13 Jan 2024 19:34:59 -0500 Subject: [PATCH] Update DefaultPageLayout.php --- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 1 - 1 file changed, 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 2d5f59013..470f043fe 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -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 = '';