Files
zulip/static/js/markdown.js
Brock Whittaker 3d4198c681 Replace String.prototype.startsWith with indexOf.
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.
2017-08-08 12:06:32 -07:00

12 KiB