zulip/static/js/portico
Eeshan Garg 78ff74d3fd landing_page: Fix anchor links on landing pages.
As it turns out, anchor links on headings only worked on our /help and
/api pages but were broken everywhere else. This commit adds the
required JS to scroll properly when an anchor link on any of our
various landing pages is clicked. We already have similar code to
accomplish this in help.js.

We verified with console logging, browser Sources inspection, and
checking source files that help.js and landing-page.js are never
included in the same page, but we add comments to make this
architecture clear.

Fixes #19349.
2021-07-23 10:29:41 -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 landing_page: Fix top navigation dropdowns for mobile screens. 2021-07-20 11:33:56 -07:00
help.js landing_page: Fix anchor links on landing pages. 2021-07-23 10:29:41 -07:00
integrations.js integrations: Use e.key instead of deprecated e.which. 2021-06-02 14:04:53 -07:00
integrations_dev_panel.js docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
landing-page.js landing_page: Fix anchor links on landing pages. 2021-07-23 10:29:41 -07:00
signup.js signup: Use e.key instead of deprecated e.which. 2021-06-02 14:04:53 -07:00
tabbed-instructions.js js: Use jQuery as a module. 2021-03-12 10:08:25 -08:00
team.js js: Convert static/js/page_params.js to ES6 module. 2021-03-26 10:17:56 -07:00