jumbo-jekyll-theme 1.4.2.19 → 1.4.2.20
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/_includes/nav.html +0 -1
- data/assets/js/app/main.js +0 -4
- data/assets/js/package-extended.js +1 -1
- 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: bd91d66193d82ac3097d6efd2a21fcaf63555057
|
|
4
|
+
data.tar.gz: 69edd1a5918819e6462ad6661a899fdce4be0b77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0023c297abbab627caf5e7f809057ca90a56b9c577dfa1a974175998ca71d8650013337b9be31fbbc1cf5f6d9b6f9f24fd8030d920591d9c4a5ef40435915944
|
|
7
|
+
data.tar.gz: 9fa17479d8b3b935a35d04274dc1a288749462e4d240ec907de8cbea5d86a5902594a4988057679458ea71a53fc6a1f15f29d10ef4f13987b3c9dd1a577de163
|
data/_includes/nav.html
CHANGED
data/assets/js/app/main.js
CHANGED
|
@@ -13,8 +13,6 @@ $(document).mouseup(function(e)
|
|
|
13
13
|
$(document).ready(function () {
|
|
14
14
|
|
|
15
15
|
$('.dropdown-toggle').dropdown();
|
|
16
|
-
|
|
17
|
-
|
|
18
16
|
// $(document).on('touchstart.dropdown.data-api', '.dropdown-submenu > a', function (event) {
|
|
19
17
|
// event.preventDefault();
|
|
20
18
|
// });
|
|
@@ -139,7 +137,5 @@ $(document).ready(function () {
|
|
|
139
137
|
|
|
140
138
|
console.log("%c%s", "color:#fff; background:#fff; font-size: 2pt", 'Speak friend and enter. - We are Hiring - visit /careers/ for more info.');
|
|
141
139
|
console.log("%c%s", "color:#fff; background:#a682b8; font-size: 16pt", 'Linaro.org - Leading Collaboration in the Arm Ecosystem\n\nStatic Website built using Jekyll\n\nTo Contribute visit https://github.com/Linaro/website');
|
|
142
|
-
|
|
143
|
-
|
|
144
140
|
|
|
145
141
|
});
|