From 8ff620ccf7bf5e48c95b4e6e54133fc45382f8be Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 29 Oct 2015 13:45:16 +0000 Subject: [PATCH] Keep the tutorials sidebox closed if it was closed last time --- home/inc/class.home_tutorial_ui.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/inc/class.home_tutorial_ui.inc.php b/home/inc/class.home_tutorial_ui.inc.php index 25b9f40c70..a6d99ddbac 100644 --- a/home/inc/class.home_tutorial_ui.inc.php +++ b/home/inc/class.home_tutorial_ui.inc.php @@ -143,8 +143,7 @@ class home_tutorial_ui 'no_lang' => true, 'link' => false, 'icon' => false, - ), - 'menuOpened' => true + ) ); display_sidebox($appname, lang('Video Tutorials'), $file); }