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',