feature(cloudcmd) add prefix support

This commit is contained in:
coderaiser 2015-06-21 12:50:48 -04:00
parent 67d9b7981e
commit a74e49f4ab
6 changed files with 29 additions and 12 deletions

View file

@ -47,7 +47,7 @@ var CloudCmd;
urlFiles = getJoinURL(files);
if (!prefix)
prefix = '/cloudcmd';
prefix = '';
createScript(prefix + urlFiles, function() {
CloudCmd.init(prefix);