Changeset - 18428eab23e1
[Not reviewed]
Merge default
0 2 0
Mads Kiilerich - 10 years ago 2015-10-12 18:55:41
madski@unity3d.com
Merge stable
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/bookmarks/bookmarks.html
Show inline comments
 
@@ -31,7 +31,7 @@ ${self.repo_context_bar('switch-to')}
 
</div>
 

	
 
<script type="text/javascript">
 
$('#compare_bookmarks','click',function(e){
 
$('#compare_bookmarks').click(function(e){
 
    e.preventDefault();
 
    var org = $('input[name=compare_org]:checked')[0];
 
    var other = $('input[name=compare_other]:checked')[0];
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)