spiegel-keyman/web/src/app
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
..
browser fix(web): address code review comments 2025-11-14 12:35:59 +01:00
ui chore(web): update helpURL documentation and float ui link 2025-10-15 07:57:08 +02:00
webview Merge pull request #15159 from keymanapp/fix/web/defaultpath 2025-11-14 14:50:44 +01:00