Skip to content

Commit 7fd953c

Browse files
committed
modal cancel button works
1 parent 45e006f commit 7fd953c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-webui/release/share/git-webui/webui/js/git-webui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ webui.NewChangedFilesView = function(workspaceView) {
23402340
}
23412341
});
23422342

2343-
$('#confirmAction').find('#cancelAction, .close').click(function() {
2343+
$('#confirmAction').find('#cancelActionBtn, .close').click(function() {
23442344
removeWarningModal(popup);
23452345
});
23462346
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ webui.NewChangedFilesView = function(workspaceView) {
23402340
}
23412341
});
23422342

2343-
$('#confirmAction').find('#cancelAction, .close').click(function() {
2343+
$('#confirmAction').find('#cancelActionBtn, .close').click(function() {
23442344
removeWarningModal(popup);
23452345
});
23462346
}

0 commit comments

Comments
 (0)