mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
remove inadverdent debugger
This commit is contained in:
@@ -911,7 +911,6 @@ function(SettingsUtils, i18n, $rootScope) {
|
|||||||
|
|
||||||
function bindPopoverDismiss() {
|
function bindPopoverDismiss() {
|
||||||
$('body').one('click.popover' + id_to_close, function(e) {
|
$('body').one('click.popover' + id_to_close, function(e) {
|
||||||
debugger;
|
|
||||||
if ($(e.target).parents(id_to_close).length === 0) {
|
if ($(e.target).parents(id_to_close).length === 0) {
|
||||||
// case: you clicked to open the popover and then you
|
// case: you clicked to open the popover and then you
|
||||||
// clicked outside of it...hide it.
|
// clicked outside of it...hide it.
|
||||||
|
|||||||
Reference in New Issue
Block a user