mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
refactor: Extract upload mechanics to new JS module.
Tweaked by tabbott to move changes from the next commit that are required for this to pass tests into this commit. Note that this exports a few items that were not previously exported.
This commit is contained in:
@@ -236,7 +236,7 @@ def build_custom_checkers(by_lang):
|
||||
'frontend_tests/node_tests/compose.js',
|
||||
'frontend_tests/node_tests/copy_and_paste.js',
|
||||
'frontend_tests/node_tests/templates.js',
|
||||
'static/js/compose.js',
|
||||
'static/js/upload.js',
|
||||
'static/js/dynamic_text.js',
|
||||
'static/js/stream_color.js',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user