use chosen-rails

This commit is contained in:
Nihad Abbasov 2012-05-29 17:50:10 +05:00
parent 475d9f487f
commit 8c7caaa69c
5 changed files with 7 additions and 1321 deletions

View file

@ -14,7 +14,7 @@
//= require jquery.highlight
//= require bootstrap-modal
//= require modernizr
//= require chosen
//= require chosen-jquery
//= require raphael
//= require branch-graph
//= require_tree .
@ -75,7 +75,7 @@ function slugify(text) {
return text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase();
}
function showDiff(link) {
function showDiff(link) {
$(link).next('table').show();
$(link).remove();
}