file export bug fix.
This commit is contained in:
parent
fccd19770d
commit
1302e2e924
|
@ -84,6 +84,8 @@
|
|||
};
|
||||
}
|
||||
function getFile(filePath) {
|
||||
var VRegExp = new RegExp(/^http(s)?:\/\/[a-z0-9-.]+(:[\d]*)?\//i);
|
||||
filePath = filePath.replace(VRegExp, "/");
|
||||
fh = new FileHandler();
|
||||
fh.get(filePath);
|
||||
}
|
Loading…
Reference in a new issue