Oops, that was just for testing...

This commit is contained in:
Nick Winter 2015-01-31 10:37:31 -08:00
parent ec5d54cc97
commit b538a83fd1

View file

@ -206,7 +206,7 @@ module.exports = class CampaignView extends RootView
for nextLevelOriginal in level.nextLevels ? []
if nextLevel = _.find(@campaign.renderedLevels, original: nextLevelOriginal)
@createLine level.position, nextLevel.position
@showLeaderboard @options.justBeatLevel?.get('slug') if @options.showLeaderboard or true
@showLeaderboard @options.justBeatLevel?.get('slug') if @options.showLeaderboard# or true
@applyCampaignStyles()
@testParticles()
@ -220,7 +220,7 @@ module.exports = class CampaignView extends RootView
@openModalView authModal
showLeaderboard: (levelSlug) ->
levelSlug ?= 'siege-of-stonehold' # Testing
#levelSlug ?= 'siege-of-stonehold' # Testing
leaderboardModal = new LeaderboardModal supermodel: @supermodel, levelSlug: levelSlug
@openModalView leaderboardModal