bootstrap_sb_admin_base_v2 0.2.1 → 0.2.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 208c04ce18dbb4308af56ecddf3a50b778420129
|
|
4
|
+
data.tar.gz: b43890ad9b4cc45cdd9182f1fc448165cf2b9264
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7a942a7de7e6d63306ebbf7c1a74aea01ee9225e46bca6ad6636e846a0f184a72495d4db67011d19b58dee672731075849128ecd7490145384f20a70e04949e
|
|
7
|
+
data.tar.gz: adaf444eca37e0db0b32222d6e362906683f59a2a8dedc2127e5607997e7bb6e567d9b0330afaa6f37eab9bdf44921396509faf08dc92be04ebf0f4d15fa52c4
|
|
@@ -2,8 +2,8 @@ $(function() {
|
|
|
2
2
|
$('#side-menu').metisMenu();
|
|
3
3
|
});
|
|
4
4
|
|
|
5
|
-
//Loads the correct sidebar on window load,
|
|
6
|
-
//collapses the sidebar on window resize.
|
|
5
|
+
// Loads the correct sidebar on window load,
|
|
6
|
+
// collapses the sidebar on window resize.
|
|
7
7
|
// Sets the min-height of #page-wrapper to window size
|
|
8
8
|
$(function() {
|
|
9
9
|
$(window).bind("load resize", function() {
|
|
@@ -26,8 +26,8 @@ $(function() {
|
|
|
26
26
|
|
|
27
27
|
var url = window.location;
|
|
28
28
|
var element = $('ul.nav a').filter(function() {
|
|
29
|
-
return this.href == url
|
|
30
|
-
}).addClass('active').
|
|
29
|
+
return this.href == url;
|
|
30
|
+
}).addClass('active').parents('ul').addClass('in');
|
|
31
31
|
if (element.is('li')) {
|
|
32
32
|
element.addClass('active');
|
|
33
33
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap_sb_admin_base_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Gonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06
|
|
11
|
+
date: 2016-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|