mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This replaces the `startsWith` string prototype method with `indexOf` because no versions of Internet Explorer support this feature, and it really is not difficult to just use `indexOf` instead and check whether the starting index of the full string is 0.
12 KiB
12 KiB