fixed double slashes in loaded pathes on client

This commit is contained in:
coderaiser 2012-07-06 10:59:13 -04:00
parent ab593f0a7c
commit 0f6f625466

View file

@ -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);