mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fixed js compile bug.
This commit is contained in:
@@ -229,7 +229,7 @@ angular.module('Utilities',[])
|
|||||||
}).fadeIn();
|
}).fadeIn();
|
||||||
$('.spinny').css({
|
$('.spinny').css({
|
||||||
top: y,
|
top: y,
|
||||||
left: x,
|
left: x
|
||||||
}).fadeIn(500);
|
}).fadeIn(500);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user