From 20567e68a8cd28a20b1fbbf6784dbc54b1a09193 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Tue, 2 Jan 2018 15:41:18 +0300 Subject: [PATCH 1/2] Threads view initial --- filter.html | 2 + index.html | 4 +- js/helpers.js | 24 +++++++ js/js.cookie.js | 165 ++++++++++++++++++++++++++++++++++++++++++++++++ js/script.js | 12 ++-- js/threads.js | 33 +++++++++- 6 files changed, 232 insertions(+), 8 deletions(-) create mode 100644 js/helpers.js create mode 100644 js/js.cookie.js diff --git a/filter.html b/filter.html index 8d6caec..9b42ff2 100644 --- a/filter.html +++ b/filter.html @@ -6,6 +6,8 @@ + + diff --git a/index.html b/index.html index db28b7c..7b8a825 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@ + + @@ -24,7 +26,7 @@
-
+
Mode