Changeset - 03975e4a8532
[Not reviewed]
stable
0 1 0
Thomas De Schampheleire - 10 years ago 2015-10-11 22:09:42
thomas.de.schampheleire@gmail.com
branches: fix 'compare branches' button

Commit b0774d79c7c95ec14ec6d23389d85ed544dd4b50 broke the 'Compare
branches' button on the repository branches page, when attempting to
replace a Yahoo UI click handler with jQuery.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/branches/branches.html
Show inline comments
 
@@ -31,7 +31,7 @@ ${self.repo_context_bar('switch-to')}
 
</div>
 

	
 
<script type="text/javascript">
 
$('#compare_branches','click',function(e){
 
$('#compare_branches').click(function(e){
 
    e.preventDefault();
 
    var org = $('input[name=compare_org]:checked')[0];
 
    var other = $('input[name=compare_other]:checked')[0];
0 comments (0 inline, 0 general)