Skip to content

Commit

Permalink
move to previous line
Browse files Browse the repository at this point in the history
  • Loading branch information
bching committed Nov 12, 2017
1 parent 6de9b5f commit ad62ead
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ oppia.controller('StatisticsTab', [
} else {
$scope.explorationStatisticsUrl = (
'/createhandler/statistics_old/' +
ExplorationDataService.explorationId +
'/' + version);
ExplorationDataService.explorationId + '/' + version);
}

$http.get($scope.explorationStatisticsUrl).then(function(response) {
Expand Down

0 comments on commit ad62ead

Please sign in to comment.