Bug 3063 - Provide a feedback when there is console output
authorEugene Ostroukhov <eugeneo@symbian.org>
Thu, 08 Jul 2010 13:24:41 -0700
changeset 428 9b6017f46095
parent 427 98259b4c97ee
child 429 d1f103499eee
Bug 3063 - Provide a feedback when there is console output
org.symbian.tools.wrttools.previewer/preview/script/layout.js
--- a/org.symbian.tools.wrttools.previewer/preview/script/layout.js	Thu Jul 08 11:56:01 2010 -0700
+++ b/org.symbian.tools.wrttools.previewer/preview/script/layout.js	Thu Jul 08 13:24:41 2010 -0700
@@ -28,6 +28,9 @@
 					function() {
 						NOKIA.layout._console_minimized = (NOKIA.layout._console_minimized) ? false
 								: true;
+						if (NOKIA.layout.currentTab == 0) {
+							$("#Console-Notification").hide();
+						}
 						NOKIA.layout.render();
 						NOKIA.helper.setPreference("__SYM_NOKIA_CONSOLE_OPEN",
 								!NOKIA.layout._console_minimized);