diff --git a/plugins/jquery.showinfo.js b/plugins/jquery.showinfo.js index 87b5c1ad8..bda16ce29 100644 --- a/plugins/jquery.showinfo.js +++ b/plugins/jquery.showinfo.js @@ -4,6 +4,7 @@ var defaults = { updatePeriod: 20, //seconds sourceDomain: "http://localhost/", //where to get show status from + text: {onAirToday:"On air today"} }; var options = $.extend(defaults, options); options.sourceDomain = addEndingBackslash(options.sourceDomain); @@ -30,7 +31,7 @@ } tableString = ""; - tableString += "
"+shows[i].getRange()+" | " + - ""+shows[i].getName()+" Listen | " + + ""+shows[i].getName()+" | " + "