CC-3289: Widgets should have a version string so users can make sure widgets are up to date
- I updated the ApiController.php file to add a widgetsVersion value used in the response to widgets - I updated the widgets jquery.showinfo.js file to check the version and report back to the user.
This commit is contained in:
parent
214c6e85cc
commit
5d31e4c2a0
4 changed files with 34 additions and 14 deletions
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<div id="headerLiveHolder">
|
||||
<h4>On air now >></h4>
|
||||
<ul class="widget no-playing-bar">
|
||||
<ul class="widget now-playing-bar">
|
||||
<li class="current">Current: Réseau jeunesse<span class="time-elapsed" id="time-elapsed">02:22</span><span class="time-remaining" id="time-remaining">27:37</span></li>
|
||||
<li class="next">Next: Mano River Press (EN)<span>07:00 - 07:30</span></li>
|
||||
</ul>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<br />
|
||||
<div id="onAirToday">
|
||||
<h3>On air today</h3>
|
||||
<table cellspacing="0" cellpadding="0" border="0" width="100%" class="widget widget no-playing-list small">
|
||||
<table cellspacing="0" cellpadding="0" border="0" width="100%" class="widget widget now-playing-list small">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="time">04:30 - 05:00</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue