CC-2570 : Widget text labels are switched, cannot be adjusted by user in current examples
This commit is contained in:
parent
b302006100
commit
5cd2a3a06c
|
@ -7,18 +7,16 @@
|
|||
<script src="js/jquery-ui-1.8.10.custom.min.js" type="text/javascript"></script>
|
||||
<script src="js/jquery.showinfo.js" type="text/javascript"></script>
|
||||
<link href="css/airtime-widgets.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#headerLiveHolder").airtimeLiveInfo({
|
||||
sourceDomain: "http://localhost",
|
||||
text: {onAirNow:"On air today"},
|
||||
text: {onAirNow:"On Air Now", offline:"Offline", current:"Current", next:"Next"},
|
||||
updatePeriod: 20 //seconds
|
||||
});
|
||||
$("#onAirToday").airtimeShowSchedule({
|
||||
sourceDomain: "http://localhost",
|
||||
text: {onAirNow:"On Air Now", offline:"Offline", current:"Current", next:"Next"},
|
||||
text: {onAirToday:"On air today"},
|
||||
updatePeriod: 5 //seconds
|
||||
});
|
||||
$("#scheduleTabs").airtimeWeekSchedule({
|
||||
|
@ -32,6 +30,8 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>"Now Playing" Widget</h1>
|
||||
This widget displays what is currently playing:
|
||||
<br/>
|
||||
|
|
Loading…
Reference in New Issue