fixed double slashes in loaded pathes on client

This commit is contained in:
coderaiser 2012-07-06 10:59:13 -04:00
parent 9361281f1e
commit 2f7e4a5228

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