giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
6 lines
291 B
TypeScript
6 lines
291 B
TypeScript
import jquery from 'jquery'; // eslint-disable-line no-restricted-imports
|
|
|
|
// Some users still use inline scripts and expect jQuery to be available globally.
|
|
// To avoid breaking existing users and custom plugins, import jQuery globally without ES module.
|
|
window.$ = window.jQuery = jquery;
|