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 @@ -2351,7 +2351,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2351
2351
}
2352
2352
} ) ;
2353
2353
2354
- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2354
+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
2355
2355
removeWarningModal ( popup ) ;
2356
2356
} ) ;
2357
2357
}
Original file line number Diff line number Diff line change @@ -2354,7 +2354,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2354
2354
}
2355
2355
} ) ;
2356
2356
2357
- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2357
+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
2358
2358
removeWarningModal ( popup ) ;
2359
2359
} ) ;
2360
2360
}
You can’t perform that action at this time.
0 commit comments