spiegel-keyman/web/src
Eberhard Beilharz 3897517760
fix(web): improve determination of default path 🍒
Browser extensions can dynamically insert scripts into a web page, so
it's possible that the last script is not what we expected, which
can cause the path to the script to be wrong. This change fixes the
determination of the default path by using the `document.currentScript`
property. It also replaces the use of the deprecated `substr` function
in those places.

Cherry-pick-of: #15159
Fixes: #15158
Test-bot: skip
2025-11-14 15:05:38 +01:00
..
app fix(web): improve determination of default path 🍒 2025-11-14 15:05:38 +01:00
common/web-utils maint(web): cleanup web/**/build.sh for consistency and build performance 2025-11-07 10:08:38 +01:00
engine feat(web): add Deadkey.toString function 2025-11-12 19:45:00 +01:00
resources fix(web): add banner font downscaling 2025-04-02 13:15:24 +07:00
samples maint(common): consolidate builder scripts 2025-08-02 08:11:24 +10:00
test fix(web): add unit tests for DeadkeyTracker and fix a few bugs 2025-11-12 19:39:18 +01:00
tools maint(web): cleanup web/**/build.sh for consistency and build performance 2025-11-07 10:08:38 +01:00
.editorconfig change(web): source/ => src/ 2022-10-21 12:00:10 +07:00
tsconfig.all.json refactor(web): move sentry-manager and es-bundling to common 2025-11-06 15:28:04 +01:00
tsconfig.dom.json chore(web): the final push for config-flag parity for web/ 2024-05-29 10:57:41 +07:00