From 2d5b1646cad6d743a49b09d52b1030ceb3ff6364 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 19 Apr 2014 16:10:05 -0700 Subject: [PATCH] remove slugs, at least until moot fixes his HTML --- src/General/Main.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index a8ba52b08..af2891c90 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -16,6 +16,7 @@ Main = 'index' if g.VIEW is 'thread' g.THREADID = +pathname[3] + history.replaceState null, '', pathname.slice(0,4).join('/') if pathname.length > 4 # flatten Config into Conf # and get saved or default values