Just wanted to point that if you download the 'source code' versions of the chosen lib from https://github.com/harvesthq/chosen/releases and place in the /libraries it wont work.

I happen to download tar.gz files by habit when given the choice between zip and tar and took a while to track it down this time, even though I have installed chosen on a few sites before :)

Anyway, think mentioning this in readme might save others a few hairs.

CommentFileSizeAuthor
#5 update_readme_file-2256417-5-d7.patch617 bytesandriyun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Alauddin’s picture

Component: Code » Documentation
Alauddin’s picture

Category: Bug report » Task
kopeboy’s picture

So we have to download and extract in Libraries the "chosen_v1.1.0.zip" file?
Do we have to rename the folder to only "chosen"?
Provide simple instructions please :)

Alauddin’s picture

Hi,

Once you download the zip file upload and rename the folder to 'chosen' so path to js file is like so

sites/all/libraries/chosen/chosen.jquery.js
sites/all/libraries/chosen/chosen.jquery.min.js

andriyun’s picture

Assigned: Unassigned » andriyun
FileSize
617 bytes

I had similar problems with understanding Readme file.
All became clearly after looking a code module file
I am proposed simple patch for simple changes :)

andriyun’s picture

Status: Active » Needs review