Skip to content

Commit

Permalink
#139 Fix a JS exception on inactivity dialog close
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 7, 2017
1 parent 07d9df6 commit 94c342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/services/StreamSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
// Check if the session will expire soon
if (status === 220) {
AfkSrv.prompt().then(function() {
UserSrv.getUserInfo.get(AuthenticationSrv.currentUser.id)
UserSrv.getUserInfo(AuthenticationSrv.currentUser.id)
.then(function() {

}, function(response) {
Expand Down

0 comments on commit 94c342c

Please sign in to comment.