c80_map_floors 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: 2d7a3bb1ce052fc22253e931f93d8ad1d8bcd7cf
|
4
|
+
data.tar.gz: af8982ba4b8a5dfad8e65fc38d95fe629fa7c287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d002d84ccb41b0c4879add149703f3354b129ce048757124f0ee502bb98d4ef72beb4e7a664075e832908f91dbe26fb2ee9175a59e9b7561b7c7e097b676724
|
7
|
+
data.tar.gz: 2d6e43c26b12fec8416d0bd0b172ca21b47766f2671e1e0426524c225de3a0a58b6da68dfb29527a01590a23251ceeab743bab830393b69e5e0d2e23ef970d63
|
@@ -176,7 +176,8 @@ function Tabs(options) {
|
|
176
176
|
//--[ private ]----------------------------------------------------------------------------------------------------------------------
|
177
177
|
|
178
178
|
/** Добавить tab-кнопку.
|
179
|
-
*
|
179
|
+
* Если tab_button_title пуст (что допустимо, и означает, что это площадь под открытым небом без этажей),
|
180
|
+
* то кнопка будет невидна.
|
180
181
|
* @param tab_button_title
|
181
182
|
* @param button_id Это ID Полигона Этажа // NOTE:fidfid
|
182
183
|
* @param on_click_callback
|
@@ -201,6 +202,10 @@ function Tabs(options) {
|
|
201
202
|
|
202
203
|
_tab_buttons.push(b);
|
203
204
|
|
205
|
+
if (tab_button_title === '') {
|
206
|
+
b.css('display','none');
|
207
|
+
}
|
208
|
+
|
204
209
|
return b;
|
205
210
|
|
206
211
|
};
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: c80_map_floors
|
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
|
- C80609A
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|