File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
release/share/git-webui/webui/js
src/share/git-webui/webui/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2340,7 +2340,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2340
2340
}
2341
2341
} ) ;
2342
2342
2343
- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2343
+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
2344
2344
removeWarningModal ( popup ) ;
2345
2345
} ) ;
2346
2346
}
Original file line number Diff line number Diff line change @@ -2340,7 +2340,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2340
2340
}
2341
2341
} ) ;
2342
2342
2343
- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2343
+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
2344
2344
removeWarningModal ( popup ) ;
2345
2345
} ) ;
2346
2346
}
You can’t perform that action at this time.
0 commit comments