mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -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() {
|
reader.onerror = function() {
|
||||||
Alert('Error','There was an error reading the selected file.');
|
Alert('Error','There was an error reading the selected file.');
|
||||||
}
|
};
|
||||||
reader.readAsText(files[0]);
|
reader.readAsText(files[0]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user