mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Resolves #486 -- easier to understand button labels when interactive rebasing
This commit is contained in:
parent
cf6fec06e7
commit
780f53e226
3 changed files with 21 additions and 4 deletions
|
@ -164,7 +164,6 @@ var RebaseEntryView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
var json = this.model.toJSON();
|
||||
this.$el.append(this.template(this.model.toJSON()));
|
||||
|
||||
// hacky :( who would have known jquery barfs on ids with %'s and quotes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue