Hide potential other modals when we prompt for appstore login
This commit is contained in:
@@ -230,6 +230,8 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
},
|
||||
|
||||
show: function () {
|
||||
$('#appInstallModal').modal('hide');
|
||||
|
||||
$scope.appstoreLogin.reset();
|
||||
$('#appstoreLoginModal').modal('show');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user