提交 ad72c7f5 authored 作者: Italo Rossi's avatar Italo Rossi

FS-8765 - [verto_communicator] Making preview button work again

上级 8ef5ad21
...@@ -40,14 +40,15 @@ ...@@ -40,14 +40,15 @@
}; };
$scope.showPreview = function() { $scope.showPreview = function() {
$modalInstance.close('Ok.'); var settingsEl = angular.element(document.querySelector('#settings'));
if (!verto.data.call) { settingsEl.toggleClass('toggled');
$location.path('/preview'); if (!verto.data.call) {
return; $location.path('/preview');
} return;
else { }
toastr.warning('Can\'t display preview settings during a call'); else {
} toastr.warning('Can\'t display preview settings during a call');
}
}; };
$scope.testSpeed = function() { $scope.testSpeed = function() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论