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