mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[mod] rename parameters according to changes in cli/core for ux
This commit is contained in:
parent
080fcef10d
commit
45907d66c0
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@
|
|||
y18n.t('confirm_change_maindomain'),
|
||||
function(){
|
||||
var params = {
|
||||
new_domain: c.params['domain']
|
||||
new_main_domain: c.params['domain']
|
||||
};
|
||||
c.api('/domains/main', function(data) { // http://api.yunohost.org/#!/tools/tools_maindomain_put_1
|
||||
store.clear('slide');
|
||||
|
|
Loading…
Reference in a new issue