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) {
23402340 }
23412341 } ) ;
23422342
2343- $ ( '#confirmAction' ) . find ( '#cancelAction , .close' ) . click ( function ( ) {
2343+ $ ( '#confirmAction' ) . find ( '#cancelActionBtn , .close' ) . click ( function ( ) {
23442344 removeWarningModal ( popup ) ;
23452345 } ) ;
23462346 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments