Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8ccd303

Browse files
committed
Merge pull request #7559 from adobe/pflynn/ext-manager-jquery-fix
Fix Extension Manager crash when other Bootstrap tabs present in DOM
2 parents 78636b1 + 7c84940 commit 8ccd303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensibility/ExtensionManagerDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ define(function (require, exports, module) {
255255
});
256256

257257
// Update search UI before new tab is shown
258-
$("a[data-toggle='tab']").each(function (index, tabElement) {
258+
$("a[data-toggle='tab']", $dlg).each(function (index, tabElement) {
259259
$(tabElement).on("show", function (event) {
260260
_activeTabIndex = index;
261261

0 commit comments

Comments
 (0)