1
0
Fork 0
This commit is contained in:
hkernbach 2016-10-14 16:58:40 +02:00
parent 70e8673c4f
commit fa802beda7
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@
window.versionHelper.fromString(data.version);
if (data.license) {
window.frontendConfig.license = data.license;
if (data.license !== 'community') {
$('#ArangoDBLogo').attr('src', 'img/arangodb_logo_alt.svg');
} else {