Fixed bug - need to close out "else if" statement with parenthesis

This commit is contained in:
Michael Abashian 2016-03-02 15:04:46 -05:00
parent 268f5165f7
commit 106768606e

View File

@ -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);