linaro-jekyll-theme 0.9.0 → 0.9.1
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 +4 -4
- data/_sass/core/nav.scss +1 -1
- data/assets/js/app/main.js +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f232aee32de6ab8e21b2c59b9967344e8218e317
|
|
4
|
+
data.tar.gz: f682d9fa0fb9548d9ba1a4d3d699e2d5914f9b51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b5004c175c9c9c36b49506452900a96c72eeab11440c326469f76116d108484847a2a61507a7b5601b65c40d65eb69c651c1ce4be4a8fa22c9db27dab44e482
|
|
7
|
+
data.tar.gz: a5e4cbebf01dad04ea5566a05b2bffc3a5610a50390f98e4e377885fd1fc0c0e67c5f6086a98424e6168366d771a3df7e50a8fd35115670b617e9c7447ea807d
|
data/_sass/core/nav.scss
CHANGED
data/assets/js/app/main.js
CHANGED
|
@@ -11,10 +11,10 @@ $(document).ready(function () {
|
|
|
11
11
|
$("#searchDropdown").dropdown('toggle');
|
|
12
12
|
});
|
|
13
13
|
|
|
14
|
-
//Close the bootstrap navigation bar by clicking another part of the current page.
|
|
15
|
-
$(document).on('click',function(){
|
|
16
|
-
|
|
17
|
-
});
|
|
14
|
+
// //Close the bootstrap navigation bar by clicking another part of the current page.
|
|
15
|
+
// $(document).on('click',function(){
|
|
16
|
+
// $('#navbar-collapse').collapse('hide');
|
|
17
|
+
// });
|
|
18
18
|
|
|
19
19
|
$('.main-navbar ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) {
|
|
20
20
|
event.preventDefault();
|