From 314b4005bb2c9d2f82991d2d476f0fc6b899df4b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 17 Aug 2016 15:16:48 +0200 Subject: [PATCH] Remove hack --- settings/js/apps.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/settings/js/apps.js b/settings/js/apps.js index 5a94a78381..2e2bf6830c 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -234,11 +234,7 @@ OC.Settings.Apps = OC.Settings.Apps || { imageUrl : function (url, appfromstore) { var img = ''; - // weird hack because in Firefox everything is 4 times as big (doubled in width and doubled in height) - // TODO: replace this with a proper solution - if($.browser.mozilla) { - img = ''; - } + if (appfromstore) { img += ''; } else {