From 0ecc9a2ca4c3604ef2590fef5b3072417689a7d3 Mon Sep 17 00:00:00 2001 From: thlo Date: Wed, 24 Jul 2013 20:32:03 +0200 Subject: Widget updates: - Multi-Server Support - Number key personalization for recordings - Timezone fix - Fix in YouTube Handling - Fix in Helpbar - Other misc fixes --- smarttv-client/Javascript/Helpbar.js | 48 +++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 15 deletions(-) (limited to 'smarttv-client/Javascript/Helpbar.js') diff --git a/smarttv-client/Javascript/Helpbar.js b/smarttv-client/Javascript/Helpbar.js index 61e51bf..7511e09 100644 --- a/smarttv-client/Javascript/Helpbar.js +++ b/smarttv-client/Javascript/Helpbar.js @@ -6,6 +6,7 @@ Helpbar.init = function () { if (this.isInited == false) { Helpbar.createHelpbar(); Helpbar.hide(); + Helpbar.hideOptSrv(); } }; @@ -17,35 +18,52 @@ Helpbar.hide = function () { $("#helpbar").hide(); }; +Helpbar.showOptSrv = function () { + $("#helpbarOptSrv").show(); +}; + +Helpbar.hideOptSrv = function () { + $("#helpbarOptSrv").hide(); +}; + Helpbar.createHelpbar = function() { this.isInited = true; var sheet = $("