mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
More updates to contributing doc. Added Grunt to Makefile. Use lintjs to inspect .js files for lint and errors. Use minjs to compile and compress the .js and .less files.
This commit is contained in:
18
awx/ui/static/js/awx-min.js
vendored
18
awx/ui/static/js/awx-min.js
vendored
File diff suppressed because one or more lines are too long
@@ -69,7 +69,6 @@ angular.module('SelectionHelper', ['Utilities', 'RestServices'])
|
||||
}
|
||||
}
|
||||
if (selected.length > 0) {
|
||||
console.log('selected.length: ' + selected.length);
|
||||
scope.formModalActionDisabled = false;
|
||||
scope.disableSelectBtn = false;
|
||||
} else {
|
||||
@@ -171,4 +170,4 @@ angular.module('SelectionHelper', ['Utilities', 'RestServices'])
|
||||
});
|
||||
};
|
||||
}
|
||||
]);
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user