intranet-core 2.1.1 → 2.1.2

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
- SHA1:
3
- metadata.gz: 33d4ae0d118eb6df517196db16108065df87c47d
4
- data.tar.gz: 1bc931bf597059ef00c54368e8e8548548c66fa2
2
+ SHA256:
3
+ metadata.gz: 10fd2a8804bad5b295e8b221378d9304f361fcf63b124a7f0c270f02eb9a6bc5
4
+ data.tar.gz: 915c3b45711004bc17ce776e5ef40c4469679916369f7c66f3e4d2876242e8c8
5
5
  SHA512:
6
- metadata.gz: ec89f5cbf9fb1466b3c22d475380980d44c9d1a369d126c276cb41c719ecc0e193609a17eaffffd1e6f1f7ba74b6d26b95744ab06304bbaff2216d6215038204
7
- data.tar.gz: e3baf947cbd08ccc04a96cbaca311030560e70e1b7cd586e6e14a16429b56df42b9c2c7eccec77f1e246a6a335d688c0f734e2d44ff1eef9c06eebc132dd22d5
6
+ metadata.gz: 7db13165a2a9591e592d8f8a75695845b661417990040e1c514fc651b56fa6c385fc5e6a9a2bb889158a83558995b356aed93342d43f5c29070cd955d87dd0c3
7
+ data.tar.gz: 5e78a60222324510f2e768f7b9818884e5341b046e0cfcbcac01c76bb39cf689ca3bc3ca6bbbe8ccce3ac4e73978fbabf562c3e87cd8637b0575143799fb3d28
@@ -6,7 +6,7 @@ module Intranet
6
6
  NAME = 'intranet-core'
7
7
 
8
8
  # The version of the gem, according to semantic versionning.
9
- VERSION = '2.1.1'
9
+ VERSION = '2.1.2'
10
10
 
11
11
  # The URL of the gem homepage.
12
12
  HOMEPAGE_URL = 'https://rubygems.org/gems/intranet-core'
@@ -10,7 +10,8 @@ function openNavMenu() {
10
10
  }
11
11
 
12
12
  function closeNavMenu() {
13
- document.querySelectorAll('header nav')[0].style.width = '0';
13
+ /* Remove value property set in openNavMenu() */
14
+ document.querySelectorAll('header nav')[0].style.width = '';
14
15
  }
15
16
 
16
17
  function openModal() {
@@ -45,7 +45,6 @@ header {
45
45
  top: 0px;
46
46
  width: 100%;
47
47
  margin: auto;
48
- height: 57px;
49
48
  background-color: #1e262b;
50
49
  color: white;
51
50
  z-index: 2;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intranet-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ebling Mis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-20 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  requirements: []
212
212
  rubyforge_project:
213
- rubygems_version: 2.5.2.1
213
+ rubygems_version: 2.7.6.2
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: Core component to build a custom intranet.