mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 01:48:35 -05:00
Inventory page, group status now working.
This commit is contained in:
@@ -137,6 +137,14 @@ angular.module('ModalDialog', ['Utilities', 'ParseHelper'])
|
||||
}
|
||||
},
|
||||
open: function () {
|
||||
$('.tooltip').each(function () {
|
||||
// Remove any lingering tooltip <div> elements
|
||||
$(this).remove();
|
||||
});
|
||||
$('.popover').each(function () {
|
||||
// remove lingering popover <div> elements
|
||||
$(this).remove();
|
||||
});
|
||||
if (onOpen) {
|
||||
onOpen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user