restore account name and logout in header, remove timezone, simplify

This commit is contained in:
ryan 2019-01-22 17:42:35 -06:00
parent ccdd447ddc
commit 80d4801d0f
4 changed files with 47 additions and 80 deletions

View file

@ -242,9 +242,6 @@ function calculateTimeToNextShow() {
}
function parseItems(obj){
$('#time-zone').text(obj.timezone);
previousSong = obj.previous;
currentSong = obj.current;
nextSong = obj.next;