[fix] Missing app_id on backup create page.

This commit is contained in:
opi 2015-11-15 21:59:33 +01:00
parent ad3b0c230c
commit f682bcfbf0
2 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -1937,6 +1937,7 @@ var app = Sammy('#main', function (sam) {
$.each(apps, function(app_id, app) {
if (app['installed'])
data['apps'][app_id]={
id: app_id,
name: app['manifest']['name']
};
});