spiegel-keyman/web/src
Eberhard Beilharz ef64529300
Merge pull request #15159 from keymanapp/fix/web/defaultpath
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.

Fixes: #15158
2025-11-14 14:50:44 +01:00
..
app Merge pull request #15159 from keymanapp/fix/web/defaultpath 2025-11-14 14:50:44 +01:00
engine Update web/src/engine/js-processor/src/deadkeys.ts 2025-11-10 12:00:28 +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): clarify meaning of parameters for isMatch 2025-11-07 13:47:23 +01:00
tools maint(common): move github.inc.sh to ci/ 2025-08-05 10:51:19 +10:00
.editorconfig change(web): source/ => src/ 2022-10-21 12:00:10 +07:00
tsconfig.all.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00
tsconfig.dom.json chore(web): the final push for config-flag parity for web/ 2024-05-29 10:57:41 +07:00