Merge pull request #715 from frecuencialibre/user-settings

masterpanel ui tweaks
This commit is contained in:
Robb 2019-02-09 11:41:17 -05:00 committed by GitHub
commit 17e12f023d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;