VERSION file has been removed from the harvesthq/chosen repo! See:
https://github.com/harvesthq/chosen/commit/5153d90c338d0c57619f2b81039f3...

This causes, at least for me, the module to stop working due to JS error:
Uncaught TypeError: Object #

has no method 'chosen' See chosen.module -> chosen_libraries_info() function, which defines directory structure for chosen within the libraries directory, including the placement of the *now non-existent* VERSION file...
CommentFileSizeAuthor
#1 chosen-2022867-1.patch713 bytestimmarwick

Comments

timmarwick’s picture

StatusFileSize
new713 bytes

I made a simple patch for the chosen.make file (I'm getting this with Drush make) that fixes the commit/revision of the harvesthq/chosen download at version 0.9.14 (https://github.com/harvesthq/chosen/commit/f63dd0d33e9b1ba6afaef92478b10...).

timmarwick’s picture

^ Actually my patch doesn't seem to want to apply with Drush make...

Not sure whats up with that. I'm going to leave it for now, and see what more experienced devs have to say. Thanks.

girishmuraly’s picture

girishmuraly’s picture