1 parent 9a7d675 commit 6000cabCopy full SHA for 6000cab
1 file changed
gadgets/standard_revisions.js
@@ -511,12 +511,6 @@ $(function() {
511
self.delete_lines(titles, marks, rev);
512
copy.insertAfter($(this));
513
}
514
-
515
- // hide the separator when we don't show the dsc item
516
- var sep = $(this).prev('.t-dsc-sep');
517
- if (sep.length > 0) {
518
- self.tracker.add_diff_object(sep, sep_rev, 'table-row');
519
- }
520
});
521
};
522
@@ -848,12 +842,6 @@ $(function() {
848
842
sep_revs = sep_revs.concat(copy_info[i].revs);
849
843
850
844
851
852
- // hide the separator if needed
853
- var sep_obj = def.obj.prev('.t-dcl-sep');
854
- if (sep_obj.length > 0) {
855
- tracker.add_diff_object(sep_obj, sep_revs, 'table-row');
856
857
845
858
846
859
847
// Roughly the same as finalize_tr, but while all modifications are
0 commit comments