Skip to content

Commit

Permalink
Merge branch 'v8/8.9' into v8/8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Dec 15, 2020
2 parents 58a62d4 + 015882d commit 03c6227
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
hotKeyWhenHidden: true,
labelKey: vm.submitButtonKey,
letter: "S",
type: "submit",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down

0 comments on commit 03c6227

Please sign in to comment.