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