mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fixed double slashes in loaded pathes on client
This commit is contained in:
parent
ab593f0a7c
commit
0f6f625466
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ CloudServer._readDir=function (pError, pFiles)
|
|||
|
||||
lIndex = CloudServer.Minify.done.js?lIndex.replace('client.js',
|
||||
CloudServer.Minify.MinFolder +
|
||||
'/client.min.js')
|
||||
'client.min.js')
|
||||
:lIndex;
|
||||
|
||||
lIndex=lIndex.toString().replace('<div id=fm class=no-js>','<div id=fm class=no-js>'+lList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue