# HG changeset patch # User Mads Kiilerich # Date 2013-02-27 00:28:23 # Node ID 0f15f88e69c1a8005d008c129d3ad6baceda1b70 # Parent 5f1850e4712a63be3a455a8d8fce683acdd9d781 changelog: don't select all checkboxes in the middle The changesets in the log might not be linearly connected and intermediate changesets might not be a part of the operation the range is used for. Some way of highlighting the two selected changesets and some radio button functionality would however be nice. diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -171,28 +171,6 @@ if(checked_checkboxes.length>0){ var rev_end = checked_checkboxes[0].name; var rev_start = checked_checkboxes[checked_checkboxes.length-1].name; - - // now select all checkboxes in the middle. - var checked = false; - for (var i=0; i