mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +02:00
removed left right arrows
This commit is contained in:
parent
7d05c5167d
commit
332c36e090
4 changed files with 9 additions and 24 deletions
|
@ -61,8 +61,8 @@ var LeftRightView = PosNegBase.extend({
|
|||
className: 'leftRightView box horizontal center',
|
||||
template: _.template($('#left-right-template').html()),
|
||||
events: {
|
||||
'click .confirmButton': 'positive',
|
||||
'click .cancelButton': 'negative'
|
||||
'click .left': 'negative',
|
||||
'click .right': 'positive'
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
|
@ -110,11 +110,6 @@ var InteractiveRebaseView = ContainedBase.extend({
|
|||
destination: this.$('.confirmCancel'),
|
||||
deferred: deferred
|
||||
});
|
||||
|
||||
new LeftRightView({
|
||||
destination: this.$('.confirmCancel'),
|
||||
deferred: deferred
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue