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) {
23512351 }
23522352 } ) ;
23532353
2354- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2354+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
23552355 removeWarningModal ( popup ) ;
23562356 } ) ;
23572357 }
Original file line number Diff line number Diff line change @@ -2354,7 +2354,7 @@ webui.NewChangedFilesView = function(workspaceView) {
23542354 }
23552355 } ) ;
23562356
2357- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2357+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
23582358 removeWarningModal ( popup ) ;
23592359 } ) ;
23602360 }
You can’t perform that action at this time.
0 commit comments