mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #260 from YunoHost/maindomain_ux_feedback
[mod] rename parameters according to changes in cli/core for ux
This commit is contained in:
commit
dd3cc0c5fa
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…
Add table
Reference in a new issue