diff --git a/rhodecode/templates/branches/branches.html b/rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html +++ b/rhodecode/templates/branches/branches.html @@ -44,8 +44,7 @@ YUE.on('compare_branches','click',functi .replace('__OTHER__',other.value); window.location=u; } - -}) +}); // main table sorting var myColumnDefs = [ {key:"name",label:"${_('Name')}",sortable:true},