mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -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() {
|
||||
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
||||
$(this).remove();
|
||||
});*/
|
||||
/*$('.tooltip').each( function() {
|
||||
});
|
||||
$('.tooltip').each( function() {
|
||||
// close any lingering tool tipss
|
||||
$(this).hide();
|
||||
});*/
|
||||
});
|
||||
$(this).popover('toggle');
|
||||
/*$('.popover').each(function() {
|
||||
$('.popover').each(function() {
|
||||
$compile($(this))(scope); //make nested directives work!
|
||||
});*/
|
||||
});
|
||||
$('.popover-content, .popover-title').click(function() {
|
||||
$(self).popover('hide');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user