zulip/static/js/portico
Anders Kaseorg a43307bc4e js: Use Moment.js as a module.
Note that require("moment") and require("moment-timezone") resolve to
the same thing, but the latter adds timezone support as a side effect.
So I went with the latter in every file where .tz is used.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-28 10:54:35 -07:00
..
confirm-preregistrationuser.js js: Replace deprecated jQuery event trigger shorthand. 2020-07-21 12:01:26 -07:00
desktop-login.js js: Reformat with Prettier. 2020-07-17 14:31:25 -07:00
desktop-redirect.js eslint: Replace sort-imports with import/order. 2020-07-24 09:42:56 -07:00
dev-login.js js: Normalize strings to double quotes. 2020-07-17 14:31:24 -07:00
email_log.js js: Use ES6 object literal shorthand syntax. 2020-07-21 12:42:22 -07:00
google-analytics.js js: Remove inner spacing from object literals. 2020-07-17 14:31:25 -07:00
header.js js: Replace deprecated jQuery event trigger shorthand. 2020-07-21 12:01:26 -07:00
help.js eslint: Replace sort-imports with import/order. 2020-07-24 09:42:56 -07:00
integrations.js js: Replace underscore with lodash and remove it from globals. 2020-07-26 16:12:06 -07:00
integrations_dev_panel.js js: Use ES6 object literal shorthand syntax. 2020-07-21 12:42:22 -07:00
landing-page.js landing-page: Clean up ready callbacks. 2020-07-22 15:48:33 -07:00
signup.js js: Use Moment.js as a module. 2020-07-28 10:54:35 -07:00
tabbed-instructions.js js: Convert a.indexOf(…) !== -1 to a.includes(…). 2020-02-10 14:08:12 -08:00
team.js js: Replace underscore with lodash and remove it from globals. 2020-07-26 16:12:06 -07:00