Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
vizAR
Commits
41318a1e
Commit
41318a1e
authored
Oct 15, 2018
by
Piotr Gawron
Browse files
Merge branch 'test' into 'master'
hide plugin panel and set background color of LOGO See merge request
!2
parents
75440e1a
b6ed1e62
Pipeline
#6858
passed with stage
in 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/js/plugin.js
View file @
41318a1e
...
...
@@ -129,6 +129,14 @@ minervaDefine(function () {
}).
then
(
function
()
{
return
persistVisibleMapsData
();
});
// set background color of LOGO for better positioning of AR kit
$
(
'
#LOGO_2_IMG
'
).
css
(
'
background-color
'
,
'
white
'
);
$
(
'
#LOGO_IMG
'
).
css
(
'
background-color
'
,
'
white
'
);
$
(
"
.minerva-plugin
"
).
hide
();
},
unregister
:
function
()
{
},
...
...
@@ -136,7 +144,7 @@ minervaDefine(function () {
return
"
vizAR
"
;
},
getVersion
:
function
()
{
return
"
0.0.
3
"
;
return
"
0.0.
4
"
;
}
};
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment