mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
FS-8550 [verto_communicator] - Now setting testSpeedJoin to false when 'auto' is disabled and changed instruction for closing modal in resetSettings()
This commit is contained in:
parent
f14fcb7838
commit
accc6206dd
@ -43,7 +43,7 @@
|
||||
if (confirm('Factory Reset Settings?')) {
|
||||
storage.factoryReset();
|
||||
$scope.logout();
|
||||
$scope.ok();
|
||||
$modalInstance.close('Ok.');
|
||||
window.location.reload();
|
||||
};
|
||||
};
|
||||
@ -54,6 +54,7 @@
|
||||
$scope.mydata.outgoingBandwidth = 'default';
|
||||
$scope.mydata.incomingBandwidth = 'default';
|
||||
$scope.mydata.vidQual = 'hd';
|
||||
$scope.mydata.testSpeedJoin = false;
|
||||
} else {
|
||||
$scope.mydata.testSpeedJoin = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user