From 5ae284dcb1bc3820532e114ab43a355800b0fd46 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 21 Apr 2017 11:42:10 -0700 Subject: [PATCH] Add topic_generator.js to the app. --- .eslintrc.json | 1 + zproject/settings.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 2e414f1674..6dd8f10151 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -67,6 +67,7 @@ "composebox_typeahead": false, "search": false, "topic_list": false, + "topic_generator": false, "gear_menu": false, "hashchange": false, "hash_util": false, diff --git a/zproject/settings.py b/zproject/settings.py index 4252fcb8dd..cec61ece02 100644 --- a/zproject/settings.py +++ b/zproject/settings.py @@ -848,6 +848,7 @@ JS_SPECS = { 'js/topic_list.js', 'js/pm_list.js', 'js/stream_sort.js', + 'js/topic_generator.js', 'js/stream_list.js', 'js/filter.js', 'js/message_list_view.js',