Commit Graph

8 Commits

Author SHA1 Message Date
martin eed8c95343 CC-2162: WADR Widget "There is an error in current show timing" 2011-04-05 16:42:23 -04:00
martin d0c5366a29 CC-2151: Now playing "On Air Now" widget not using URLs
-done
2011-04-04 12:48:04 -04:00
martin 86f2129f8d CC-1990: Widget to display schedule and "Now Playing" on any website
-Current day is now automatically displayed by default
2011-04-01 13:03:19 -04:00
martin 76cfe7714b -Fix timestamp calculation problem for the UI 2011-03-31 19:10:18 -04:00
martin 2924da4bd4 CC-1990:Widget to display schedule and "Now Playing" on any website
-added internationalization support for all WADR widgets
2011-03-30 17:06:04 -04:00
martin ab5a6bc1c5 CC-1990: Widget to display schedule and "Now Playing" on any website
-added third requested widget
2011-03-28 16:28:23 -04:00
martin e92be3c186 CC-1990: Widget to display schedule and "Now Playing" on any website
-First working version, needs to be called using:

<script>
    $(document).ready(function() {
        $("#headerLiveHolder").airtimeLiveInfo();
        $("#onAirToday").airtimeShowSchedule();
    });
</script>
2011-03-22 18:04:27 -04:00
martin cbe8f98a7c CC-1990: Widget to display schedule and "Now Playing" on any website
-initial checkin, some hardcoded values
2011-03-22 01:29:23 -04:00