Fixed JS compile errors.

This commit is contained in:
Chris Houseknecht
2014-05-30 16:45:25 -04:00
parent 998b47fbf6
commit b58f65ca26
2 changed files with 4 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ function(GetBasePath, Rest, Wait, ProcessErrors, Alert, Find, SetEnabledMsg) {
} }
else { else {
Alert('Action Not Allowed', 'This host is managed by an external cloud source. Disable it at the external source, ' + Alert('Action Not Allowed', 'This host is managed by an external cloud source. Disable it at the external source, ' +
'and then run an inventory sync to update Tower with the new status.', 'alert-info'); 'then run an inventory sync to update Tower with the new status.', 'alert-info');
} }
}; };
}]) }])

View File

@@ -49,7 +49,7 @@ angular.module('RefreshHelper', ['RestServices', 'Utilities', 'PaginationHelpers
if (!deferWaitStop) { if (!deferWaitStop) {
Wait('stop'); Wait('stop');
} }
scope.$emit('PostRefresh', set);scope.$emit('PostRefresh'); scope.$emit('PostRefresh', set);
}) })
.error(function (data, status) { .error(function (data, status) {
scope[iterator + 'HoldInput'] = false; scope[iterator + 'HoldInput'] = false;