extensions css

This commit is contained in:
Mo Bitar
2017-01-28 10:28:06 -06:00
parent 2b0aa2d4ca
commit 92c8892054
7 changed files with 74 additions and 217 deletions

View File

@@ -31,9 +31,7 @@ class GlobalExtensionsMenu {
}
$scope.selectedAction = function(action, extension) {
action.running = true;
extensionManager.executeAction(action, extension, null, function(response){
action.running = false;
if(response && response.error) {
action.error = true;
alert("There was an error performing this action. Please try again.");