mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Fix jshint errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export default [ '$scope', 'Empty', 'Wait', 'GetBasePath', 'Rest', 'ProcessErrors', '$state',
|
export default [ '$scope', 'Empty', 'Wait', 'GetBasePath', 'Rest', 'ProcessErrors',
|
||||||
function($scope, Empty, Wait, GetBasePath, Rest, ProcessErrors, $state) {
|
function($scope, Empty, Wait, GetBasePath, Rest, ProcessErrors) {
|
||||||
|
|
||||||
$scope.gatherRecentJobs = function(event) {
|
$scope.gatherRecentJobs = function(event) {
|
||||||
if (!Empty($scope.inventory.id)) {
|
if (!Empty($scope.inventory.id)) {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default ['templateUrl', 'Wait', '$filter', '$compile', 'i18n', '$log',
|
|||||||
elem.popover('dispose');
|
elem.popover('dispose');
|
||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
$log.debug(error);
|
$log.debug(err);
|
||||||
}
|
}
|
||||||
$('.popover').each(function() {
|
$('.popover').each(function() {
|
||||||
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
||||||
|
|||||||
Reference in New Issue
Block a user