Ensure info dialog collapse starts with the closed stated

This commit is contained in:
Johannes Zellner
2020-06-30 10:34:07 +02:00
parent e8560e6905
commit d6d1ad98e4
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$timeout'
$scope.appInfo.app = app;
$scope.appInfo.message = app.manifest.postInstallMessage;
$('#appinfoPostinstallMessage').collapse('hide');
$('#appInfoModal').modal('show');
return false; // prevent propagation and default