mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Fix karma config and remove karma-ng-html2js-preprocessor
This commit is contained in:
@@ -5,7 +5,7 @@ let $document;
|
||||
function atSideNavLink (scope, element, attrs, ctrl) {
|
||||
scope.layoutVm = ctrl;
|
||||
|
||||
$(document).on('click', (e) => {
|
||||
$document.on('click', (e) => {
|
||||
if ($(e.target).parents('.at-Layout-side').length === 0) {
|
||||
scope.$emit('clickOutsideSideNav');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user