changeset 5551:18428eab23e1

Merge stable
author Mads Kiilerich <madski@unity3d.com>
date Mon, 12 Oct 2015 18:55:41 +0200
parents 23a86f1c33a1 (current diff) 03975e4a8532 (diff)
children 1013437c997a
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/bookmarks/bookmarks.html	Tue Sep 08 11:00:02 2015 +0200
+++ b/kallithea/templates/bookmarks/bookmarks.html	Mon Oct 12 18:55:41 2015 +0200
@@ -31,7 +31,7 @@
 </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];
--- a/kallithea/templates/branches/branches.html	Tue Sep 08 11:00:02 2015 +0200
+++ b/kallithea/templates/branches/branches.html	Mon Oct 12 18:55:41 2015 +0200
@@ -31,7 +31,7 @@
 </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];