Commit f5480b8
committed
Fix iframe selector in savePreference to target portal iframe
The unqualified 'iframe' selector matches both the app's portal iframe
and the Charlotte AI iframe, causing a strict mode violation. Use
'iframe[name="portal"]' to match the parent class pattern.1 parent 19b9a7e commit f5480b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments