mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Fixed typo
This commit is contained in:
parent
bd8c328066
commit
8618fcd7b4
@ -258,7 +258,7 @@ export default
|
||||
scope.processSchedulerEndDt();
|
||||
}
|
||||
else {
|
||||
// We need to wait for it to be set by angular-scheduler because the folling function depends
|
||||
// We need to wait for it to be set by angular-scheduler because the following function depends
|
||||
// on it
|
||||
var schedulerUTCTimeWatcher = scope.$watch('schedulerUTCTime', function(newVal) {
|
||||
if(newVal) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user