From a4ee4fe9373fd35e5969be047cce4dd2a5ff8414 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 30 Oct 2017 09:42:52 -0700 Subject: [PATCH] Update archive list. --- src/main/Main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Main.coffee b/src/main/Main.coffee index 1b90c45b5..4c4780ba0 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -238,7 +238,7 @@ Main = for styleSheet in styleSheets if styleSheet.href is mainStyleSheet?.href style = styleSheet.title.toLowerCase().replace('new', '').trim().replace /\s+/g, '-' - style = 'spooky' if style.href.match(/[a-z]*(?=[^/]*$)/)[0] is 'spooky' + style = styleSheet.href.match(/[a-z]*(?=[^/]*$)/)[0] if style is '_special' break if style $.addClass doc, style