From 861ce2c27be93a49ca383ef6915d3bc5e29a3a38 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 15 Dec 2016 20:33:43 +1300 Subject: [PATCH] Reduce whitespace in Clara categories --- scripts/system/html/js/marketplacesInject.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/system/html/js/marketplacesInject.js b/scripts/system/html/js/marketplacesInject.js index 846388794a..052de1a3e1 100644 --- a/scripts/system/html/js/marketplacesInject.js +++ b/scripts/system/html/js/marketplacesInject.js @@ -172,6 +172,14 @@ '' ); + // Condense space. + $("head").append( + '' + ); + // Update code injected per page displayed. var currentLocation = ""; var checkLocationInterval = undefined;