mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
Fixed js lint issues.
This commit is contained in:
@@ -679,12 +679,10 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
|
||||
scope.toggleLessStatus = function() {
|
||||
if (!scope.lessStatus) {
|
||||
console.log('hide');
|
||||
$('#job-status-form .toggle-show').hide(400);
|
||||
scope.lessStatus = true;
|
||||
}
|
||||
else {
|
||||
console.log('show');
|
||||
$('#job-status-form .toggle-show').show(400);
|
||||
scope.lessStatus = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user