mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 10:04:01 +02:00
misterunknown/ifm: Move 'copy link' feature down in the context menu
This commit is contained in:
@@ -1736,7 +1736,7 @@ function IFM( params ) {
|
||||
return data;
|
||||
},
|
||||
actionsGroups:[
|
||||
['edit', 'extract', 'rename'],
|
||||
['edit', 'extract', 'rename', 'copylink'],
|
||||
['copymove', 'download', 'createarchive', 'delete']
|
||||
],
|
||||
actions: {
|
||||
|
2
ifm.php
2
ifm.php
@@ -1736,7 +1736,7 @@ function IFM( params ) {
|
||||
return data;
|
||||
},
|
||||
actionsGroups:[
|
||||
['edit', 'extract', 'rename'],
|
||||
['edit', 'extract', 'rename', 'copylink'],
|
||||
['copymove', 'download', 'createarchive', 'delete']
|
||||
],
|
||||
actions: {
|
||||
|
@@ -292,7 +292,7 @@ function IFM( params ) {
|
||||
return data;
|
||||
},
|
||||
actionsGroups:[
|
||||
['edit', 'extract', 'rename'],
|
||||
['edit', 'extract', 'rename', 'copylink'],
|
||||
['copymove', 'download', 'createarchive', 'delete']
|
||||
],
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user