zulip/static/js/portico
Aman Agrawal 37431cf0b5 urls: Provide `email` as a GET parameter.
Since we want to use `accounts/new/send_confirm` to know how many
users actually register after visiting the register page, we
added it to Google Tag Manager, but GTM tracks every user
registration separately due <email> in the URL
making it harder to track.

To solve this, we want to pass <email> as a GET parameter which
can be easily filtered inside GTM using a RegEx and all the
registrations can be tracked as one.
2023-01-24 11:29:50 -08:00
..
communities.js portico: Add page to list open organizations. 2022-08-30 16:02:06 -07: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-docs: Use `<kbd>` HTML elements for references to keyboard keys. 2022-09-13 11:16:14 -07:00
integrations.js js: Skip redundant jQuery object reconstruction. 2022-08-18 16:11:13 -07:00
integrations_dev_panel.js integrations_dev_panel: Remove unused idempotent flag. 2022-08-19 16:45:09 -07:00
landing-page.js images: Move operating system screenshots to app-screenshots directory. 2022-10-31 14:36:54 -07:00
signup.js urls: Provide `email` as a GET parameter. 2023-01-24 11:29:50 -08:00
tabbed-instructions.js js: Prefix jQuery object variable names with $. 2022-03-16 12:52:07 -07:00
team.js team_page: Display count of contributors with >=100 commits. 2022-01-19 17:37:09 -08:00
tippyjs.js tippy: Initialize tippy in portico. 2022-08-29 11:43:45 -07:00