[fix] level information isn't located here in the produced json

This commit is contained in:
Laurent Peuch 2017-01-31 10:17:11 +01:00 committed by GitHub
parent af0f871073
commit dd8be0cb9b

View file

@ -74,7 +74,7 @@ $(document).ready(function () {
.replace('{app_description}', infos.manifest.description.fr)
.replace(/{app_git}/g, infos.git.url)
.replace('{app_branch}', infos.git.branch)
.replace('{app_level}', infos.git.level)
.replace('{app_level}', infos.level)
.replace('{app_update}', timeConverter(infos.lastUpdate));
if (infos.manifest.developer) {