jumbo-jekyll-theme 1.9.5 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d83e4d3e8e4b7be27bc1a43121a3ce8de7a6cc04
4
- data.tar.gz: aaf2ee41fa4953809bff8f4ff40174bb02929e15
3
+ metadata.gz: b39f9b4e2d42b3d6d935049f3e032b5f5b3a837c
4
+ data.tar.gz: 9f19a345d738fbe0683e70df1c4f7b3aee914aa8
5
5
  SHA512:
6
- metadata.gz: 48aed20a51c1bb2157107c963667a620b47a778938304ec912d78973874c6f0b2866519b1b4827533b9760660fe335553ca347887cbdbb05ccaec0459feb87d1
7
- data.tar.gz: 95aac1bcdf539b4ed8666e73b25284a17d2abb427b7a6098cac3d235ad771294bb851bf4363dd15b9332310387f74d3b68070820aee14f50c32e2d27a4068f3b
6
+ metadata.gz: a54f22481388032dfb1f22aa2be2276861792d9ba90d6f2ad8767c47a58a4889ee30b2d6fa168ea2f608181eb95e7b676794bebf991123be9057aabf0d108f29
7
+ data.tar.gz: 1cbc023f52ec997edc71c98b1602f8b76eb6cf4c513f86a2713812c1f480948cd16137bc98b3ec0a8a242b09321a131da195103a76a74d1e3a69d842a2818ba2
data/_includes/nav.html CHANGED
@@ -51,7 +51,7 @@ navbar-inverse navbar-static" id="main-navigation">
51
51
  {% for menu_option in section.options %}
52
52
  {% if menu_option.options %}
53
53
  <li class="dropdown-submenu sub-menu {% if section.left %} pull-left {% endif %}">
54
- <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} class="m\obile-link-inactive">{{menu_option.text}}</a>
54
+ <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} class="mobile-link-inactive">{{menu_option.text}}</a>
55
55
  <ul class="dropdown-menu sub-menu">
56
56
  {% for sub-option in menu_option.options %}
57
57
  {% if sub-option.options %}
@@ -17,6 +17,7 @@ $(document).ready(function () {
17
17
 
18
18
  // Toggle the sub menu when clicked.
19
19
  $('.dropdown-submenu.sub-menu a').on("click", function(e){
20
+ $(".dropdown-submenu.sub-menu > .dropdown-menu.sub-menu").hide();
20
21
  $(this).next('ul').toggle();
21
22
  e.stopPropagation();
22
23
  });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby