Files
zulip/static/js
Thomas Ip 5b94e1dfad jQuery: Remove unnecessary :first selectors.
See example here: https://jsbin.com/relewizita/edit?html,js,output
Basically the original statement get the first of each input, button
and select element, and then select the first of these in the next
line. We can simply query the first one in one step. The settings
menu have at most 20 of these input elements so performance should
have no impact.
2019-06-06 15:21:26 -07:00
..
2018-06-11 07:51:24 -04:00
2018-07-30 11:25:32 -07:00
2018-12-18 10:41:06 -08:00
2018-11-28 14:51:51 -08:00