Fix WallixModule.ready access - WallixModule is already the Promise
- WallixModule is the Promise returned by the IIFE, not an object with .ready property - Use WallixModule.then((module) => { ... }) to access the loaded module - Rebuild project to embed updated HTML template
Showing
Please
register
or
sign in
to comment