mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Uneeded locale
This commit is contained in:
parent
7da64b8e7e
commit
f0d95f41ab
1 changed files with 2 additions and 4 deletions
|
@ -60,8 +60,7 @@
|
||||||
|
|
||||||
c.view('app/app_appslists_list', {
|
c.view('app/app_appslists_list', {
|
||||||
appslists: list,
|
appslists: list,
|
||||||
has_community_list: has_community_list,
|
has_community_list: has_community_list
|
||||||
locale: y18n.locale
|
|
||||||
});
|
});
|
||||||
}, 'GET');
|
}, 'GET');
|
||||||
});
|
});
|
||||||
|
@ -90,8 +89,7 @@
|
||||||
'removable' : (c.params['appslist'] !== 'yunohost') ? true : false // Do not remove default apps list
|
'removable' : (c.params['appslist'] !== 'yunohost') ? true : false // Do not remove default apps list
|
||||||
};
|
};
|
||||||
c.view('app/app_appslists_info', {
|
c.view('app/app_appslists_info', {
|
||||||
appslist: list,
|
appslist: list
|
||||||
locale: y18n.locale
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue