From 73fd8991a85a811a303504ba7bcf649725b2256a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 19 Oct 2020 15:22:41 +0100 Subject: [PATCH] Use new logo in toolbar --- www/common/common-ui-elements.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index f4630ae17..395b09986 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -23,17 +23,10 @@ define([ UIElements.getSvgLogo = function () { var svg = (function(){/* - - - - - image/svg+xml - - - - - - + + + + */}).toString().slice(14,-3); return svg;