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 @@ -1995,7 +1995,7 @@ webui.DiscardedView = function(mainView) {
1995
1995
}
1996
1996
1997
1997
self . populateUiWithDiscardedStates = function ( ) {
1998
- self . discarded . forEach ( ( discardedState , ind ) => {
1998
+ self . discarded . forEach ( function ( discardedState , ind ) {
1999
1999
var discardedListEntry = $ (
2000
2000
'<a class="log-entry list-group-item">' +
2001
2001
'<header>' +
Original file line number Diff line number Diff line change @@ -1995,7 +1995,7 @@ webui.DiscardedView = function(mainView) {
1995
1995
}
1996
1996
1997
1997
self . populateUiWithDiscardedStates = function ( ) {
1998
- self . discarded . forEach ( ( discardedState , ind ) => {
1998
+ self . discarded . forEach ( function ( discardedState , ind ) {
1999
1999
var discardedListEntry = $ (
2000
2000
'<a class="log-entry list-group-item">' +
2001
2001
'<header>' +
You can’t perform that action at this time.
0 commit comments