mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Fix linting error (unused var)
This commit is contained in:
committed by
Graham Mainwaring
parent
efbff24528
commit
4b3d3537b4
@@ -15,7 +15,7 @@ function bootstrap (callback) {
|
||||
angular.module('I18N').constant('LOCALE', locale);
|
||||
}
|
||||
|
||||
fetchConfig((config) => {
|
||||
fetchConfig(() => {
|
||||
angular.element(document).ready(() => callback());
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user