-widgets sample page should now work
This commit is contained in:
parent
61036119df
commit
fcb7ca2858
2 changed files with 6 additions and 8 deletions
|
@ -13,24 +13,22 @@
|
|||
$(document).ready(function() {
|
||||
$("#headerLiveHolder").airtimeLiveInfo({
|
||||
sourceDomain: "http://airtime-dev.sourcefabric.org",
|
||||
text: {onAirToday:"On air today"},
|
||||
text: {onAirNow:"On air today"},
|
||||
updatePeriod: 20 //seconds
|
||||
});
|
||||
});
|
||||
$(document).ready(function() {
|
||||
$("#onAirToday").airtimeShowSchedule({
|
||||
sourceDomain: "http://airtime-dev.sourcefabric.org",
|
||||
text: {onAirNow:"On Air Now", offline:"Offline", current:"Current", next:"Next"},
|
||||
updatePeriod: 5 //seconds
|
||||
});
|
||||
});
|
||||
$(document).ready(function() {
|
||||
$("#scheduleTabs").airtimeWeekSchedule({
|
||||
sourceDomain:"http://airtime-dev.sourcefabric.org/",
|
||||
dowText:{monday:"Lundi", tuesday:"Mardi", wednesday:"Mercredi", thursday:"Jeudi", friday:"Vendredi", saturday:"Samedi", sunday:"Dimanche"},
|
||||
miscText:{time:"Temps", programName:"Nom du Programme", details:"Détails", readMore:"Lire La Suite"},
|
||||
updatePeriod: 600 //seconds
|
||||
});
|
||||
$('#scheduleTabs').tabs();
|
||||
|
||||
});
|
||||
</script>
|
||||
<div id="headerLiveHolder"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue