Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Fix to restore selected Project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiro99 committed Jun 19, 2017
1 parent f063b2c commit 6d9e141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coffee/controllers/mainCtrl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ timeTracker.controller 'MainCtrl', ($rootScope, $scope, $timeout, $location, $an
obj = {
url: selected.url
id: selected.id
type: selected.type
}
Platform.save(Platform.SELECTED_PROJECT, obj)

Expand Down

0 comments on commit 6d9e141

Please sign in to comment.