mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue