Skip to content
Snippets Groups Projects
Commit 41318a1e authored by Piotr Gawron's avatar 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
No related branches found
No related tags found
1 merge request!2hide plugin panel and set background color of LOGO
Pipeline #6858 passed
......@@ -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";
}
};
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment