mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Correct jslint issue causing build failure
This commit is contained in:
parent
759a5775cb
commit
290f6ca279
@ -785,7 +785,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
};
|
||||
reader.onerror = function() {
|
||||
Alert('Error','There was an error reading the selected file.');
|
||||
}
|
||||
};
|
||||
reader.readAsText(files[0]);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user