From 815da3146f365fa5afa12bf910c16617882d7162 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 28 Aug 2017 17:46:45 +0200 Subject: [PATCH] [fix] Remove unappropriate comment --- src/js/yunohost/controllers/tools.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/yunohost/controllers/tools.js b/src/js/yunohost/controllers/tools.js index 7ae0a468..708d925e 100644 --- a/src/js/yunohost/controllers/tools.js +++ b/src/js/yunohost/controllers/tools.js @@ -100,7 +100,6 @@ app.get('#/upgrade/apps/:app', function (c) { c.confirm( y18n.t('tools'), - // confirm_update_apps and confirm_update_packages y18n.t('confirm_update_specific_app'), function(){ c.api('/upgrade/apps?app='+c.params['app'].toLowerCase(), @@ -109,7 +108,6 @@ data.logs = data.log; c.view('upgrade/upgrade', data); }, 'PUT'); - }, function(){ store.clear('slide');