Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arneson committed Nov 23, 2014
1 parent 6db343b commit 3f80e2e
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 @@ -158,7 +158,7 @@ app.controller('januController', ['$scope','$http','$interval', function ($scope
ans = $scope.currentAnswer ;

if (ans === undefined || ans === null) {
// user hasn't chosen an answer, should skip to bottom
$scope.comboplyer = 1;
}
else if($scope.timelineSongs.length==0){
answerSuccess();
Expand Down

0 comments on commit 3f80e2e

Please sign in to comment.