accessible-bootstrap3-rails 0.1.31 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fa1390c66f79cd32e46b7c5d63ab1816aacaf9a
4
- data.tar.gz: 5fe1d70790829f26f11dcd5cb56fa2a9283f34f9
3
+ metadata.gz: 91d1de011f568a20ea687a5a83f9d86b95b6863d
4
+ data.tar.gz: 943d91ba88065b3ab3f537462a8d1255b27a27e5
5
5
  SHA512:
6
- metadata.gz: cc5943f011d308c325f5623336ad9e17037166031d191b69ba5a17e062d35743fdaa7e32bd5f64c5c3b7b8c6d4016fd1e21de96afce87afc7a977152afcc758f
7
- data.tar.gz: 5d29ab5b2c70b3e725498e50c323f0ead8501484a28854356eb53dd2403724bd3d8ce723ae4f0f41926ed7d5577a66d8915ea657e7fbaadb0a4695251a07de8f
6
+ metadata.gz: c0c2585b4b94c98e092dd7f95f09f817299fa8b9f23d7f6c165a20160a3ae7ce97660465ad9325ebb8d52f9dd6469d46cbb94b88e3aada9437c6838f4269a6b3
7
+ data.tar.gz: 0aead4feb8bb151c9ca5593f67c0335674dac9c26fa833c0a4ba546ca4f9b18cffcadaf605366c1df947c45265df3421374d263276716074aa87ebb1abf240bc
@@ -13,14 +13,14 @@
13
13
  ]
14
14
  ],
15
15
  "_from": "accessible-bootstrap3@latest",
16
- "_id": "accessible-bootstrap3@0.1.3",
16
+ "_id": "accessible-bootstrap3@0.2.0",
17
17
  "_inCache": true,
18
18
  "_installable": true,
19
19
  "_location": "/accessible-bootstrap3",
20
20
  "_nodeVersion": "5.10.0",
21
21
  "_npmOperationalInternal": {
22
- "host": "packages-12-west.internal.npmjs.com",
23
- "tmp": "tmp/accessible-bootstrap3-0.1.3.tgz_1465835491845_0.7610545591451228"
22
+ "host": "packages-16-east.internal.npmjs.com",
23
+ "tmp": "tmp/accessible-bootstrap3-0.2.0.tgz_1466030395364_0.9668163955211639"
24
24
  },
25
25
  "_npmUser": {
26
26
  "email": "the-team@reax.io",
@@ -39,8 +39,8 @@
39
39
  "_requiredBy": [
40
40
  "/"
41
41
  ],
42
- "_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.1.3.tgz",
43
- "_shasum": "7b97db39c0aaa695f77bdefa429340ab67a7bf0c",
42
+ "_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz",
43
+ "_shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
44
44
  "_shrinkwrap": null,
45
45
  "_spec": "accessible-bootstrap3@latest",
46
46
  "_where": "/Users/brandonhoward/Desktop/code/reax_code/accessible-bootstrap3-rails",
@@ -59,13 +59,13 @@
59
59
  "devDependencies": {},
60
60
  "directories": {},
61
61
  "dist": {
62
- "shasum": "7b97db39c0aaa695f77bdefa429340ab67a7bf0c",
63
- "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.1.3.tgz"
62
+ "shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
63
+ "tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz"
64
64
  },
65
65
  "engines": {
66
66
  "node": ">=4.2.4"
67
67
  },
68
- "gitHead": "153a35f08be1997edcb56c36f350194bf49162ff",
68
+ "gitHead": "4ce478529a10cf578194c17f3b2d3ae2a8c7ec6d",
69
69
  "homepage": "https://github.com/ReaxDev/accessible-bootstrap3#readme",
70
70
  "license": "MIT",
71
71
  "main": "index.js",
@@ -89,5 +89,5 @@
89
89
  "scripts": {
90
90
  "test": "echo \"Error: no test specified\" && exit 1"
91
91
  },
92
- "version": "0.1.31"
92
+ "version": "0.2.0"
93
93
  }
data/package.json CHANGED
@@ -9,6 +9,6 @@
9
9
  "author": "Brandon Howard <brandon@reax.io> (brandonrhoward.com)",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "accessible-bootstrap3": "0.1.3"
12
+ "accessible-bootstrap3": "0.2.0"
13
13
  }
14
14
  }
@@ -7,6 +7,10 @@ $(document).ready(function() {
7
7
  return event.keyCode || event.which;
8
8
  }
9
9
 
10
+ ///// Make sure all submenu links are focusable
11
+ $(".trigger").each(function() {
12
+ $(this).attr("tabindex", false);
13
+ });
10
14
  //////////////////////////////////////////////////////////////////
11
15
  // This code removes the open class from a .dropdown menu,
12
16
  // or adds {"display": "none"} css to .sub-menu menu
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accessible-bootstrap3-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - brayhoward
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-13 00:00:00.000000000 Z
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler