use chosen-rails
This commit is contained in:
parent
475d9f487f
commit
8c7caaa69c
5 changed files with 7 additions and 1321 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue