restore account name and logout in header, remove timezone, simplify
This commit is contained in:
parent
ccdd447ddc
commit
80d4801d0f
4 changed files with 47 additions and 80 deletions
|
@ -242,9 +242,6 @@ function calculateTimeToNextShow() {
|
|||
}
|
||||
|
||||
function parseItems(obj){
|
||||
$('#time-zone').text(obj.timezone);
|
||||
|
||||
|
||||
previousSong = obj.previous;
|
||||
currentSong = obj.current;
|
||||
nextSong = obj.next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue