Skip to content

Commit 711e4c5

Browse files
author
Builder
committed
Merge branch '4652-localstorage-fix' into 'master'
[FIX][sdk] game parameters localstorage fix See merge request codingame/game-engine!147
2 parents 65a46e8 + 062e0cf commit 711e4c5

File tree

1 file changed

+1
-1
lines changed
  • runner/src/main/resources/view

1 file changed

+1
-1
lines changed

runner/src/main/resources/view/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function PlayerCtrl ($scope, $timeout, $interval, $filter, drawerFactory, gameMa
2222

2323
$scope.gameParams = $localStorage.$default({
2424
gameParams: {}
25-
}).gameParams
25+
})
2626
$scope.loadGame = loadGame
2727
$scope.selectReplay = selectReplay
2828
$scope.viewReplay = viewReplay

0 commit comments

Comments
 (0)