Add topic_generator.js to the app.

This commit is contained in:
Steve Howell 2017-04-21 11:42:10 -07:00 committed by Tim Abbott
parent d938afaedc
commit 5ae284dcb1
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
"composebox_typeahead": false,
"search": false,
"topic_list": false,
"topic_generator": false,
"gear_menu": false,
"hashchange": false,
"hash_util": false,

View File

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