Skip to content

Commit 062e0cf

Browse files
committed
fix(sdk): game parameters localstorage fix
1 parent 891bda3 commit 062e0cf

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)