1
0
Fork 0
Browse Source

correcting code format

master
IngridRegina 4 years ago
parent
commit
2b7b3d53d3
  1. 3
      script.js

3
script.js

@ -9,8 +9,7 @@ function update(){ @@ -9,8 +9,7 @@ function update(){
if (first == null) {
playing = 'Mitte munnigi ei mängi prg';
}
else if (first.artist != undefined) {
} else if (first.artist != undefined) {
playing = first.artist + ' - ';
playing += first.title;
} else {

Loading…
Cancel
Save