org.symbian.tools.wrttools.previewer/preview/script/layout.js
changeset 428 9b6017f46095
parent 417 dc5d845451fc
child 444 6eb42310f8b5
equal deleted inserted replaced
427:98259b4c97ee 428:9b6017f46095
    26 	$('#preview-ui-bottom-header')
    26 	$('#preview-ui-bottom-header')
    27 			.click(
    27 			.click(
    28 					function() {
    28 					function() {
    29 						NOKIA.layout._console_minimized = (NOKIA.layout._console_minimized) ? false
    29 						NOKIA.layout._console_minimized = (NOKIA.layout._console_minimized) ? false
    30 								: true;
    30 								: true;
       
    31 						if (NOKIA.layout.currentTab == 0) {
       
    32 							$("#Console-Notification").hide();
       
    33 						}
    31 						NOKIA.layout.render();
    34 						NOKIA.layout.render();
    32 						NOKIA.helper.setPreference("__SYM_NOKIA_CONSOLE_OPEN",
    35 						NOKIA.helper.setPreference("__SYM_NOKIA_CONSOLE_OPEN",
    33 								!NOKIA.layout._console_minimized);
    36 								!NOKIA.layout._console_minimized);
    34 					});
    37 					});
    35 
    38