mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
remove inadverdent debugger
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user