From faaff60f74db84b9277b7ae9cb2ba460ede48f3e Mon Sep 17 00:00:00 2001
From: sairim <35785003+sairim@users.noreply.github.com>
Date: Tue, 20 Mar 2018 18:16:29 +0200
Subject: [PATCH] Fix broken FAQ link

Add a forward slash before faq.html... for the expiring pads FAQ link.
---
 www/common/common-ui-elements.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js
index 561d7af6a..8b282813c 100644
--- a/www/common/common-ui-elements.js
+++ b/www/common/common-ui-elements.js
@@ -1870,7 +1870,7 @@ define([
                 h('span.cp-checkmark-mark'),
                 Messages.creation_expire
             ]),
-            createHelper('faq.html#keywords-expiring', Messages.creation_expire2),
+            createHelper('/faq.html#keywords-expiring', Messages.creation_expire2),
             h('div.cp-creation-expire-picker.cp-creation-slider', [
                 h('input#cp-creation-expire-val', {
                     type: "number",