Skip to content

Commit 33b3885

Browse files
author
Tobias Suchy
committed
actual version of koenpunts chosen fork
1 parent a1ba6d3 commit 33b3885

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

chosen-rails.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
require File.expand_path('../lib/chosen-rails/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.authors = ['Tse-Ching Ho']
6-
gem.email = ['[email protected]']
5+
gem.authors = [""]
6+
gem.email = [""]
77
gem.description = %q{Chosen is a javascript library of select box enhancer for jQuery and Protoype. This gem integrates Chosen with Rails asset pipeline for easy of use.}
88
gem.summary = %q{Integrate Chosen javascript library with Rails asset pipeline}
9-
gem.homepage = 'https://github.com/tsechingho/chosen-rails'
9+
gem.homepage = "https://github.com/thedarkside/chosen-rails"
1010

1111
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1212
gem.files = `git ls-files`.split("\n")
1313
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
14-
gem.name = 'chosen-rails'
15-
gem.require_paths = ['lib']
14+
gem.name = "chosen-rails"
15+
gem.require_paths = ["lib"]
1616
gem.version = Chosen::Rails::VERSION
1717
gem.license = 'MIT'
1818

vendor/assets/javascripts/chosen.proto.coffee

+2
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ class @Chosen extends AbstractChosen
405405

406406
this.result_do_highlight do_high if do_high?
407407

408+
this.result_do_highlight do_high if do_high?
409+
408410
no_results: (terms) ->
409411
@search_results.insert @no_results_temp.evaluate( terms: terms )
410412
@form_field.fire("chosen:no_results", {chosen: this})

0 commit comments

Comments
 (0)