Commit Graph

4 Commits

Author SHA1 Message Date
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