mirror of https://github.com/zulip/zulip.git
1420922705
For few settings like `waiting_period_threshold` it makes sense to have the "value" attribute of option to have a value other than the actual setting value because multiple settings are depending upon this dropdown, so handling them in JS code makes more sense. But for many settings (which has integer values), we have followed a wrong trend over the time of representing every new dropdown with human-readable values and manually handling them in JS Code, where it makes more sense to use actual setting value. The result of which is code has become less concise, sensible and less likely to be mistaken. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |