mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Partial revert #306 because code is broken...
This commit is contained in:
parent
a2b13d6ff0
commit
cccb84b71b
1 changed files with 3 additions and 1 deletions
|
@ -466,7 +466,9 @@
|
|||
});
|
||||
});
|
||||
|
||||
args[k].choices[params.domains_main].selected = true;
|
||||
// FIXME : to be reworked, choices ain't indexed by names...
|
||||
// args[k].choices[params.domains_main].selected = true;
|
||||
|
||||
// Custom help link
|
||||
args[k].helpLink += "<a href='#/domains'>"+y18n.t('manage_domains')+"</a>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue