This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Commit 7c84940
committed
Fix Extension Manager bug: a poorly-scoped jQuery call causes it to see
*all* Bootstrap tabs in the entire DOM as part of its tab set, so it will
crash if any such other tabs exist in the UI.
This was the only jQuery call in the Extension Manager code that wasn't
scoped down to $dlg (or used an equivalent parent selector).1 parent 12e3e6a commit 7c84940
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments