Commit c742d54
committed
web: fix isStaticMode to use the correct websocketManager property
The helper was checking app.wsManager.isStaticMode, but the app object
only ever exposes app.websocketManager. As a result isStaticMode() always
returned false, so the per-widget Update buttons (and auto-update calls)
were not actually hidden in saved/static HTML reports.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>1 parent c13c87f commit c742d54
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments