mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' of github.com:sharelatex/web-sharelatex
This commit is contained in:
commit
eb483e0ecf
1 changed files with 1 additions and 1 deletions
|
@ -38,10 +38,10 @@ define [
|
||||||
$timeout calculatePollTime, 60 * 1000
|
$timeout calculatePollTime, 60 * 1000
|
||||||
|
|
||||||
ide.socket.emit "getUserDropboxLinkStatus", user_id, (err, status)=>
|
ide.socket.emit "getUserDropboxLinkStatus", user_id, (err, status)=>
|
||||||
|
$scope.dbState.gotLinkStatus = true
|
||||||
if status.registered
|
if status.registered
|
||||||
calculatePollTime()
|
calculatePollTime()
|
||||||
$scope.dbState.userIsLinkedToDropbox = true
|
$scope.dbState.userIsLinkedToDropbox = true
|
||||||
$scope.dbState.gotLinkStatus = true
|
|
||||||
cachedState = $scope.dbState
|
cachedState = $scope.dbState
|
||||||
|
|
||||||
$scope.linkToDropbox = ->
|
$scope.linkToDropbox = ->
|
||||||
|
|
Loading…
Reference in a new issue