mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-8765 - [verto_communicator] Making preview button work again
This commit is contained in:
parent
8ef5ad212c
commit
ad72c7f56c
@ -40,7 +40,8 @@
|
||||
};
|
||||
|
||||
$scope.showPreview = function() {
|
||||
$modalInstance.close('Ok.');
|
||||
var settingsEl = angular.element(document.querySelector('#settings'));
|
||||
settingsEl.toggleClass('toggled');
|
||||
if (!verto.data.call) {
|
||||
$location.path('/preview');
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user