From e84b0a5bb6aaa3976acbb520d8476e46d96f109a Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Sat, 8 Dec 2018 13:21:28 +0800 Subject: [PATCH] DEV: removes unwanted spaces --- common/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/header.html b/common/header.html index 5d55271..0cf6cb7 100644 --- a/common/header.html +++ b/common/header.html @@ -6,13 +6,13 @@ customHeaderLinks.split("|").map(i => { linkText = seg[0], linkTitle = seg[1], linkHref = seg[2], - deviceClass = " ." + seg[3], + deviceClass = "." + seg[3], linkTarget = seg[4] === "self" ? "" : "_blank", - keepOnScrollClass = seg[5] === "keep" ? " .keep" : ""; + keepOnScrollClass = seg[5] === "keep" ? ".keep" : ""; api.decorateWidget("header-buttons:before", helper => { return helper.h( - "li.headerLink." + deviceClass + keepOnScrollClass, + "li.headerLink" + deviceClass + keepOnScrollClass, helper.h( "a", {