mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 12:13:18 +00:00
feature(cloudcmd) add prefix support
This commit is contained in:
parent
67d9b7981e
commit
a74e49f4ab
6 changed files with 29 additions and 12 deletions
|
|
@ -47,7 +47,7 @@ var CloudCmd;
|
|||
urlFiles = getJoinURL(files);
|
||||
|
||||
if (!prefix)
|
||||
prefix = '/cloudcmd';
|
||||
prefix = '';
|
||||
|
||||
createScript(prefix + urlFiles, function() {
|
||||
CloudCmd.init(prefix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue