mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
changed "Upload" menu item to "Upload to"
This commit is contained in:
parent
18dbff9d22
commit
24898b9388
1 changed files with 2 additions and 2 deletions
|
|
@ -63,9 +63,9 @@ var CloudCommander, Util, DOM, CloudFunc, $;
|
|||
}},
|
||||
|
||||
upload: {
|
||||
name: "Upload",
|
||||
name: "Upload to",
|
||||
items: {
|
||||
'upload_to_gist': {name: 'to Gist',
|
||||
'upload_to_gist': {name: 'Gist',
|
||||
callback: function(key, opt){
|
||||
var lCurrent = DOM.getCurrentFile(),
|
||||
lPath = DOM.getCurrentPath(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue