From f294d3cb3aa36e2a74e4e4c8542c48da78f54861 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 29 Sep 2013 16:09:19 +0200 Subject: * Fixes in Comm handling. * Fixes in Timer menu. * Fixes in Image Viewer. * Widget Code Improvements (HTTP transaction handlings) --- smarttv-client/Javascript/Notify.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'smarttv-client/Javascript/Notify.js') diff --git a/smarttv-client/Javascript/Notify.js b/smarttv-client/Javascript/Notify.js index a980af5..dcb18ae 100644 --- a/smarttv-client/Javascript/Notify.js +++ b/smarttv-client/Javascript/Notify.js @@ -1,5 +1,5 @@ var Notify = { - notifyOlHandler : null + notifyOlHandler : null }; @@ -11,6 +11,7 @@ Notify.init = function () { Notify.showNotify = function (msg, timer) { + $("#notify").text(msg); if (timer == true) this.notifyOlHandler.show(); @@ -24,6 +25,6 @@ Notify.handlerShowNotify = function () { Notify.handlerHideNotify = function () { $("#notify").hide(); - $("#notify").text(""); + $("#notify").text(""); }; -- cgit v1.2.3