mirror of https://github.com/zulip/zulip.git
Add topic_generator.js to the app.
This commit is contained in:
parent
d938afaedc
commit
5ae284dcb1
|
@ -67,6 +67,7 @@
|
|||
"composebox_typeahead": false,
|
||||
"search": false,
|
||||
"topic_list": false,
|
||||
"topic_generator": false,
|
||||
"gear_menu": false,
|
||||
"hashchange": false,
|
||||
"hash_util": false,
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue