updated ext format

This commit is contained in:
Mo Bitar
2017-01-06 00:19:08 -06:00
parent d99d3919de
commit 1a2bcb39ca
9 changed files with 424 additions and 236 deletions

View File

@@ -49,7 +49,7 @@ angular.module('app.frontend')
this.selectedAction = function(action, extension) {
action.running = true;
extensionManager.executeAction(action, extension, function(response){
extensionManager.executeAction(action, extension, null, function(response){
action.running = false;
apiController.sync(null);
})