diff --git a/build/bundle.js b/build/bundle.js index 39bdc332..2942ca69 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -8479,7 +8479,7 @@ var InteractiveRebaseView = BaseView.extend({ // get our ordering var uiOrder = []; - this.$('ul#rebaseEntries li').each(function(i, obj) { + this.$('ul.rebaseEntries li').each(function(i, obj) { uiOrder.push(obj.id); }); @@ -8507,7 +8507,7 @@ var InteractiveRebaseView = BaseView.extend({ $(destination).append(this.el); // also render each entry - var listHolder = this.$('ul#rebaseEntries'); + var listHolder = this.$('ul.rebaseEntries'); this.rebaseEntries.each(function(entry) { new RebaseEntryView({ el: listHolder, @@ -14819,7 +14819,7 @@ var InteractiveRebaseView = BaseView.extend({ // get our ordering var uiOrder = []; - this.$('ul#rebaseEntries li').each(function(i, obj) { + this.$('ul.rebaseEntries li').each(function(i, obj) { uiOrder.push(obj.id); }); @@ -14847,7 +14847,7 @@ var InteractiveRebaseView = BaseView.extend({ $(destination).append(this.el); // also render each entry - var listHolder = this.$('ul#rebaseEntries'); + var listHolder = this.$('ul.rebaseEntries'); this.rebaseEntries.each(function(entry) { new RebaseEntryView({ el: listHolder, diff --git a/src/index.html b/src/index.html index a4000b00..b03339ef 100644 --- a/src/index.html +++ b/src/index.html @@ -148,8 +148,8 @@
(Drag and drop to re-order. Toggle the "pick" button to omit or re-add a commit)
-