mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-03 11:42:12 +01:00
Reformatted context menu
This commit is contained in:
parent
e17abc1bb2
commit
1a47ed2b98
1 changed files with 192 additions and 198 deletions
|
@ -39,7 +39,7 @@
|
|||
"title": "Preview",
|
||||
"icon": "icon-eye",
|
||||
"applies-to": "both no-external",
|
||||
"onclick": "codiad.filemanager.openInBrowser($('#context-menu').attr('data-path'));"
|
||||
"onclick": "codiad.filemanager.preview($('#context-menu').attr('data-path'));"
|
||||
},
|
||||
{
|
||||
"title": "Break",
|
||||
|
@ -65,12 +65,6 @@
|
|||
"applies-to": "directory-only",
|
||||
"onclick": null
|
||||
},
|
||||
{
|
||||
"title": "Break",
|
||||
"icon": null,
|
||||
"applies-to" : "directory-only",
|
||||
"onclick": null
|
||||
},
|
||||
{
|
||||
"title": "Copy",
|
||||
"icon": "icon-doc",
|
||||
|
|
Loading…
Reference in a new issue