fix(client) route: open file with module by hash: string.join -> string

This commit is contained in:
coderaiser 2016-11-06 09:49:33 +02:00
parent 4f1e642eb8
commit 76d18490f2

View file

@ -213,7 +213,7 @@ var Util, DOM, CloudFunc, join;
if (path) {
module = query[0];
module = module.slice(1).join('');
module = module.slice(1);
module = getStrBigFirst(module);
file = query[1];