Skip to content

Commit

Permalink
no cheating flash
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavz committed Nov 23, 2014
1 parent b2fda17 commit 7362e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ app.controller('januController', ['$scope','$http','$interval', function ($scope
$scope.roundActive = false;
$("#song-details").fadeIn(500);
setTimeout(function () {
$("#song-details").fadeOut(500);
$("#song-details").hide();
newSong = fetchNewSong();
playSong(newSong);
$scope.markerSet = false;
Expand Down

0 comments on commit 7362e88

Please sign in to comment.