From 86f2129f8d1b26043a36707e80f403770e0233a7 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 1 Apr 2011 13:03:19 -0400 Subject: [PATCH 1/5] CC-1990: Widget to display schedule and "Now Playing" on any website -Current day is now automatically displayed by default --- plugins/jquery.showinfo.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plugins/jquery.showinfo.js b/plugins/jquery.showinfo.js index c6eba4959..ece622458 100644 --- a/plugins/jquery.showinfo.js +++ b/plugins/jquery.showinfo.js @@ -76,8 +76,7 @@ var defaults = { updatePeriod: 5, //seconds sourceDomain: "http://localhost/", //where to get show status from - audioStreamSource: "http://localhost:8000/airtime.mp3", //where to get audio stream from - text: {listenLive:"Listen WADR Live", onAirNow:"On Air Now", offline:"Offline", current:"Current", next:"Next"} + text: {onAirNow:"On Air Now", offline:"Offline", current:"Current", next:"Next"} }; var options = $.extend(defaults, options); options.sourceDomain = addEndingBackslash(options.sourceDomain); @@ -113,7 +112,6 @@ } obj.empty(); - obj.append(""+options.text.listenLive+""); obj.append("

"+showStatus+" >>

"); obj.append("