mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-28 06:35:01 +02:00
#1149 keep command visible and have small link to reset animation
This commit is contained in:
parent
05464d167e
commit
ad95c98ef2
3 changed files with 26 additions and 10 deletions
|
@ -21,7 +21,7 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
|
||||
events: {
|
||||
'click div.command > p.uiButton:not([target="reset"])': 'positive',
|
||||
'click div.command > p.uiButton[target="reset"]': 'onResetButtonClick',
|
||||
'click div.command > p[target="reset"]': 'onResetButtonClick',
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue