mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
remove inadverdent debugger
This commit is contained in:
parent
605c5784c8
commit
36229d92ee
@ -911,7 +911,6 @@ function(SettingsUtils, i18n, $rootScope) {
|
||||
|
||||
function bindPopoverDismiss() {
|
||||
$('body').one('click.popover' + id_to_close, function(e) {
|
||||
debugger;
|
||||
if ($(e.target).parents(id_to_close).length === 0) {
|
||||
// case: you clicked to open the popover and then you
|
||||
// clicked outside of it...hide it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user