zulip/static/js/portico
Anders Kaseorg 513207523c js: Fix various sloppy uses of String#replace.
Prefer a regexp match over using String#replace to strip expected
prefixes and suffixes because (a) it implicitly verifies that the
input has the expected format and (b) it won’t unexpectedly strip from
the middle of the string.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-03-04 12:26:49 -08:00
..
confirm-preregistrationuser.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
desktop-login.js js: Convert static/js/portico/desktop-login.js to ES6 module. 2021-02-10 10:27:14 -08:00
desktop-redirect.js js: Convert static/js/portico/desktop-redirect.js to ES6 module. 2021-02-10 10:27:14 -08:00
dev-login.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
email_log.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
google-analytics.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00
header.js header: Fix unresponsive dropdown pill on /help pages. 2022-01-05 15:18:24 -08:00
help.js help: Activate sidebar scrollbar when hamburger is clicked. 2021-07-26 15:30:55 -07:00
integrations.js integrations: Adjust font size to fit integration name during initial load. 2022-02-18 12:22:32 -08:00
integrations_dev_panel.js js: Simplify indexing arrays from the end with Array#at. 2022-01-24 09:58:54 -08:00
landing-page.js js: Fix various sloppy uses of String#replace. 2022-03-04 12:26:49 -08:00
signup.js login: Fix hash being lost with redirects. 2021-07-24 09:50:15 -07:00
tabbed-instructions.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
team.js team_page: Display count of contributors with >=100 commits. 2022-01-19 17:37:09 -08:00