mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Correct jslint issue causing build failure
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user