diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 102d8e3136..69bc7544ec 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -927,8 +927,6 @@ echo sprintf('
', $menuTypeClass); $('.header_left').on('click', function(){ - // Hidden tips modal. - $(".window").css("display", "none"); jQuery.post( "ajax.php", { diff --git a/pandora_console/index.php b/pandora_console/index.php index 49bccd1b14..2d5428155e 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -1669,12 +1669,14 @@ require 'include/php_to_js_values.php'; autoclose_info_box(item.id, $autocloseTime) } ); - }); - // Cog animations. - $(document).ready(function() { + // Cog animations. $(".submitButton").click(function(){ $("#"+this.id+" > .subIcon.cog").addClass("rotation"); }); + + + $('#header_table_inner').find('.header_left').trigger('click'); + });