remove extra comments

This commit is contained in:
Koppeks 2024-07-21 17:32:33 -03:00
parent f897e84498
commit a0113788f9

View File

@ -91,10 +91,6 @@ const new_context_menu_item = function(dirname, append_to_element){
baseItems.push({ baseItems.push({
html: "No templates found", html: "No templates found",
icon: `<img src="${html_encode(window.icons['file-template.svg'])}" class="ctx-item-icon">`, icon: `<img src="${html_encode(window.icons['file-template.svg'])}" class="ctx-item-icon">`,
//Add function to ask user to create new template folder
// onClick: function() {
// window.create_file({dirname: dirname, append_to_element: append_to_element, name: template.name});
// }
}); });
} }