summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-01 13:05:48 -0700
committerCorey Hulen <corey@hulen.com>2016-06-01 13:05:48 -0700
commit4b0636217232817351985ba9ee8033c03c4e8480 (patch)
treef8311d2564bcce6f7f1d78a2e743a13149a352aa /webapp/utils/constants.jsx
parent2ea54b9d1e382db8eeb4254dc637e7d04316d01e (diff)
downloadchat-4b0636217232817351985ba9ee8033c03c4e8480.tar.gz
chat-4b0636217232817351985ba9ee8033c03c4e8480.tar.bz2
chat-4b0636217232817351985ba9ee8033c03c4e8480.zip
Added scrolling, move out of navbar (#3163)
Added magic number, removed jqueryi
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 1281e320f..55090fc82 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -746,6 +746,7 @@ export default {
MAX_TRIGGER_LENGTH: 128,
TIME_SINCE_UPDATE_INTERVAL: 30000,
MIN_HASHTAG_LINK_LENGTH: 3,
+ CHANNEL_SCROLL_ADJUSTMENT: 100,
EMOJI_PATH: '/static/emoji',
DEFAULT_WEBHOOK_LOGO: logoWebhook,
MHPNS: 'https://push.mattermost.com',