Expose BesCKService to the global window for broader access

This commit is contained in:
Aljaž Grilc 2024-11-21 10:53:06 +01:00
parent 5dbe0dd3de
commit 92c1de9c8e

View File

@ -2237,3 +2237,4 @@ window.addEventListener('load', () => {
})
window.BesService = BesService
window.BesCKService = BesCKService