Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers committed Dec 3, 2024
1 parent ca23b6d commit 5cdc339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodes/config/ui_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,6 @@
const titleRow = parent.closest('.nrdb2-sb-list-header')
const btnGroup = $('<div>', { class: 'nrdb2-sb-list-header-state-options', id: item.id }).appendTo(parent)
if (nodes.includes(item.type)) {
debugger
const visibleIcon = (item.visible === 'false' || item.visible === false) ? 'fa-eye-slash' : 'fa-eye'
const visibleBtn = $('<a href="#" title="Hide" class="nr-db-sb-tab-visible-button editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa ' + visibleIcon + '"></i></a>').appendTo(btnGroup)
visibleBtn.on('click', function (evt) {
Expand Down

0 comments on commit 5cdc339

Please sign in to comment.