Skip to content

Commit dd93e01

Browse files
committed
removes popup now before updating context
1 parent d46e0be commit dd93e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-webui/src/share/git-webui/webui/js/git-webui.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ webui.SideBarView = function(mainView, noEventHandlers) {
653653
});
654654

655655
$("#chooseContextBtn").on("click", function() {
656+
removePopup(popup);
656657
self.updateContext($("#chosenContext").val());
657658
});
658659
}

0 commit comments

Comments
 (0)