mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Mandatory protocol for backward compatibility
This commit is contained in:
parent
b693a94cf0
commit
de7918a84d
1 changed files with 1 additions and 2 deletions
|
@ -1536,9 +1536,8 @@ app = Sammy('#main', function (sam) {
|
|||
case 'both':
|
||||
protocol = 'Both';
|
||||
break;
|
||||
case 'tcp':
|
||||
default:
|
||||
protocol = [];
|
||||
protocol = 'TCP';
|
||||
}
|
||||
|
||||
switch (action) {
|
||||
|
|
Loading…
Add table
Reference in a new issue