Commit 87074dd7 by Fernando Martínez Santiago Committed by root

issue #568 fixed

parent 18fa13f7
...@@ -380,7 +380,7 @@ dashboardControllers.controller('StudentSessionCtrl', function StudentSessionCtr ...@@ -380,7 +380,7 @@ dashboardControllers.controller('StudentSessionCtrl', function StudentSessionCtr
io.socket.on('update_peers', function (data) { io.socket.on('update_peers', function (data) {
if($scope.ws && $scope.actual_try.actions && $scope.paused == false && data.count<2) { if($scope.ws && $scope.sessionRunning && $scope.actual_try.actions && $scope.paused == false && data.count<2) {
$scope.pause_ws(); $scope.pause_ws();
$scope.pauseTimer(); $scope.pauseTimer();
$translate('room_changed').then(function (translation) { $translate('room_changed').then(function (translation) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment