emillind / zulip

Zulip server - powerful open source team chat
https://zulip.org/
Other
0 stars 1 forks source link

Change local use of "var subject" to "var topic" #11

Closed joakimboman closed 6 years ago

joakimboman commented 6 years ago

In files compose.js, compose_actions.js, markdown.js and tab_bar.js "var subject" is used locally as a variable. This should be changed to "var topic" and every thing affected by this variable also needs to be changed.