mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
accidentally left a console.log in the code
This commit is contained in:
@@ -605,7 +605,6 @@ angular.module('Utilities', ['RestServices', 'Utilities', 'sanitizeFilter'])
|
|||||||
bottom: 15,
|
bottom: 15,
|
||||||
right: 15
|
right: 15
|
||||||
}).fadeIn(400);
|
}).fadeIn(400);
|
||||||
console.log("got here");
|
|
||||||
} else if (directive === 'stop' && $rootScope.waiting) {
|
} else if (directive === 'stop' && $rootScope.waiting) {
|
||||||
$('.spinny, .overlay').fadeOut(400, function () {
|
$('.spinny, .overlay').fadeOut(400, function () {
|
||||||
$rootScope.waiting = false;
|
$rootScope.waiting = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user