mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Fixed bug - need to close out "else if" statement with parenthesis
This commit is contained in:
parent
268f5165f7
commit
106768606e
@ -985,7 +985,7 @@ var tower = angular.module('Tower', [
|
||||
$state.is('adHocJobStdout') ||
|
||||
$state.is('inventorySyncStdout') ||
|
||||
$state.is('managementJobStdout') ||
|
||||
$state.is('scmUpdateStdout') {
|
||||
$state.is('scmUpdateStdout')) {
|
||||
|
||||
$log.debug("sending status to standard out");
|
||||
$rootScope.$emit('JobStatusChange-jobStdout', data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user