# HG changeset patch # User Eugene Ostroukhov # Date 1278620681 25200 # Node ID 9b6017f4609552c97d58aa4f3070c738191fd9d4 # Parent 98259b4c97ee21489efc7ed08027d089b2315285 Bug 3063 - Provide a feedback when there is console output diff -r 98259b4c97ee -r 9b6017f46095 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);