Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
101bdac481
3 changed files with 5 additions and 2 deletions
|
@ -188,6 +188,8 @@ function calcAdditionalData(currentItem, bUpdateGlobalValues){
|
|||
|
||||
function parseItems(obj){
|
||||
var schedulePosixTime = convertDateToPosixTime(obj.schedulerTime);
|
||||
|
||||
$('#time-zone').text(obj.timezone);
|
||||
|
||||
previousSongs = obj.previous;
|
||||
currentSong = obj.current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue