/** * VD Catalog - admin tree JS (folder | product) * Atualizado: 2026-02-12 12:00 -03:00 */ jQuery(function($){ var selectedNode = null; function renderTreeHtml(nodes){ function nodeToHtml(node){ var hasChildren = node.children && node.children.length; var typeLabel = node.type === 'product' ? ' (product)' : ''; var html = '