Skip to content

Commit

Permalink
Improved search for ACS variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bureauofthecensus-zz committed Sep 9, 2015
1 parent 511ce2b commit 4978a43
Show file tree
Hide file tree
Showing 21 changed files with 7,257 additions and 5 deletions.
53 changes: 53 additions & 0 deletions chosen_v1.4.2/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "chosen",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"version": "1.4.2",
"main": [
"chosen.jquery.min.js",
"chosen.css",
"[email protected]",
"chosen-sprite.png"
],
"license": [
{
"type": "MIT",
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
}
],
"ignore": [],
"keywords": [
"select",
"multiselect",
"dropdown",
"form",
"input",
"ui"
],
"authors": [
{
"name": "Patrick Filler",
"url": "https://github.com/pfiller"
},
{
"name": "Christophe Coevoet",
"url": "https://github.com/stof"
},
{
"name": "Ken Earley",
"url": "https://github.com/kenearley"
},
{
"name": "Koen Punt",
"url": "https://github.com/koenpunt"
}
],
"homepage": "http://harvesthq.github.io/chosen/",
"repository": {
"type": "git",
"url": "https://github.com/harvesthq/chosen"
},
"dependencies": {
"jquery": ">=1.4.4"
},
"devDependencies": []
}
Binary file added chosen_v1.4.2/chosen-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chosen_v1.4.2/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4978a43

Please sign in to comment.