From da00c80e907daa7228e485bf966a945876f1d6cd Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 15 Oct 2020 11:06:37 +0200 Subject: [PATCH] FIX: styleguide is only a parent url and is accessed with /styleguide (#10930) --- app/assets/javascripts/discourse/app/lib/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/lib/url.js b/app/assets/javascripts/discourse/app/lib/url.js index 335f33cd1c6..7f90a935703 100644 --- a/app/assets/javascripts/discourse/app/lib/url.js +++ b/app/assets/javascripts/discourse/app/lib/url.js @@ -34,7 +34,7 @@ const SERVER_SIDE_ONLY = [ /^\/admin\/logs\/watched_words\/action\/[^\/]+\/download$/, /^\/pub\//, /^\/invites\//, - /^\/styleguide\//, + /^\/styleguide/, ]; // The amount of height (in pixles) that we factor in when jumpEnd is called so