mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 21:05:03 -02: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);
|
angular.module('I18N').constant('LOCALE', locale);
|
||||||
}
|
}
|
||||||
|
|
||||||
fetchConfig((config) => {
|
fetchConfig(() => {
|
||||||
angular.element(document).ready(() => callback());
|
angular.element(document).ready(() => callback());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user