mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
- Remove `perfect-scrollbar` from `static/third` and fetch it from npm. - Upgrade `perfect-scrollbar` to 0.7.1. - Bump up the `PROVISION_VERSION` to 5.6. Changed `wheelSpeed` in "static/js/scroll_bar.js" to 0.5, because when it 20, the scrollbar scrolls very fast. Changed 'wheelSpeed' in "static/js/emoji_picker.js" from 25 to 0.68 (based on tabbott's testing of scrolling through the emoji list). Part of #1709.
3 lines
54 B
Python
3 lines
54 B
Python
ZULIP_VERSION = "1.6.0+git"
|
|
PROVISION_VERSION = '5.6'
|