WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29
@@ -41,7 +41,7 @@
|
||||
const search = moduleRoot.querySelector('#module-manager-search');
|
||||
const file = moduleRoot.querySelector('#module-manager-file');
|
||||
const install = moduleRoot.querySelector('#module-manager-install');
|
||||
const refresh = moduleRoot.querySelector('#module-manager-refresh');
|
||||
const refreshButton = moduleRoot.querySelector('#module-manager-refresh');
|
||||
if (!list) return;
|
||||
|
||||
const command = el('section', 'ux-module-command');
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
const tools = el('div', 'ux-module-tools');
|
||||
if (search) tools.append(search);
|
||||
if (refresh) tools.append(refresh);
|
||||
if (refreshButton) tools.append(refreshButton);
|
||||
tools.append(installDetails);
|
||||
|
||||
const anchor = summary || safety || list;
|
||||
|
||||
Reference in New Issue
Block a user