Ensure info dialog collapse starts with the closed stated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user