mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
remove extra comments
This commit is contained in:
parent
f897e84498
commit
a0113788f9
@ -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});
|
|
||||||
// }
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user