mirror of https://github.com/zulip/zulip.git
Promote setup.js in the list of JS files.
I don't think this matters a ton, but there's no reason for the two muting files to come before setup.js. (imported from commit c18231b633fba6acccaf5bc180c7605f7591462e)
This commit is contained in:
parent
3889edd824
commit
91e83731f0
|
@ -521,9 +521,9 @@ JS_SPECS = {
|
|||
'js/dict.js',
|
||||
'js/localstorage.js',
|
||||
'js/channel.js',
|
||||
'js/setup.js',
|
||||
'js/muting.js',
|
||||
'js/muting_ui.js',
|
||||
'js/setup.js',
|
||||
'js/viewport.js',
|
||||
'js/rows.js',
|
||||
'js/unread.js',
|
||||
|
|
Loading…
Reference in New Issue