mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fs uri changed from /c/f/s to fs
This commit is contained in:
parent
79e6382cac
commit
7ac58080e4
2 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ var CloudFunc={
|
|||
* в браузере js отключен
|
||||
*/
|
||||
NOJS : '/no-js',
|
||||
FS : '/c/f/s',
|
||||
FS : '/fs',
|
||||
/* название css-класа кнопки обновления файловой структуры*/
|
||||
REFRESHICON : 'refresh-icon',
|
||||
/* id панелей с файлами */
|
||||
|
|
|
|||
|
|
@ -553,7 +553,6 @@ CloudServer._readDir=function (pError, pFiles)
|
|||
* we include minified version of
|
||||
* clien.js to index.html
|
||||
*/
|
||||
|
||||
lIndex = CloudServer.Minify.done.css?
|
||||
lIndex.replace('<link rel=stylesheet href="/css/reset.css">','')
|
||||
.replace('/css/style.css',CloudServer.Minify.MinFolder + 'all.min.css')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue