mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Fixed bug - need to close out "else if" statement with parenthesis
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user