提交 accc6206 authored 作者: Jaon EarlWolf's avatar Jaon EarlWolf

FS-8550 [verto_communicator] - Now setting testSpeedJoin to false when 'auto' is…

FS-8550 [verto_communicator] - Now setting testSpeedJoin to false when 'auto' is disabled and changed instruction for closing modal in resetSettings()
上级 f14fcb78
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论