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 = '';