mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Rolled back awPopOver changes.
This commit is contained in:
@@ -308,19 +308,18 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/*
|
|
||||||
$('.popover').each(function() {
|
$('.popover').each(function() {
|
||||||
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
});*/
|
});
|
||||||
/*$('.tooltip').each( function() {
|
$('.tooltip').each( function() {
|
||||||
// close any lingering tool tipss
|
// close any lingering tool tipss
|
||||||
$(this).hide();
|
$(this).hide();
|
||||||
});*/
|
});
|
||||||
$(this).popover('toggle');
|
$(this).popover('toggle');
|
||||||
/*$('.popover').each(function() {
|
$('.popover').each(function() {
|
||||||
$compile($(this))(scope); //make nested directives work!
|
$compile($(this))(scope); //make nested directives work!
|
||||||
});*/
|
});
|
||||||
$('.popover-content, .popover-title').click(function() {
|
$('.popover-content, .popover-title').click(function() {
|
||||||
$(self).popover('hide');
|
$(self).popover('hide');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user