mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed double slashes in loaded pathes on client
This commit is contained in:
parent
9361281f1e
commit
2f7e4a5228
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