mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Remove unappropriate comment
This commit is contained in:
parent
8b726186ea
commit
815da3146f
1 changed files with 0 additions and 2 deletions
|
@ -100,7 +100,6 @@
|
||||||
app.get('#/upgrade/apps/:app', function (c) {
|
app.get('#/upgrade/apps/:app', function (c) {
|
||||||
c.confirm(
|
c.confirm(
|
||||||
y18n.t('tools'),
|
y18n.t('tools'),
|
||||||
// confirm_update_apps and confirm_update_packages
|
|
||||||
y18n.t('confirm_update_specific_app'),
|
y18n.t('confirm_update_specific_app'),
|
||||||
function(){
|
function(){
|
||||||
c.api('/upgrade/apps?app='+c.params['app'].toLowerCase(),
|
c.api('/upgrade/apps?app='+c.params['app'].toLowerCase(),
|
||||||
|
@ -109,7 +108,6 @@
|
||||||
data.logs = data.log;
|
data.logs = data.log;
|
||||||
c.view('upgrade/upgrade', data);
|
c.view('upgrade/upgrade', data);
|
||||||
}, 'PUT');
|
}, 'PUT');
|
||||||
|
|
||||||
},
|
},
|
||||||
function(){
|
function(){
|
||||||
store.clear('slide');
|
store.clear('slide');
|
||||||
|
|
Loading…
Reference in a new issue