mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with showing loading spinner
fixed bug with showing loading spinner, when f4 key pressed couple times and CodeMirror not loaded fully.
This commit is contained in:
parent
e68d253ea1
commit
674acb7bd3
1 changed files with 6 additions and 2 deletions
|
|
@ -21,13 +21,17 @@
|
|||
* On f4 key pressed when current-file is folder
|
||||
CodeMirror opens json data of folder.
|
||||
|
||||
* Fixed bug with response when we have no rihgts read dir
|
||||
server sends 404 response for now, not 200 ok.
|
||||
* Fixed bug with response when we have no rihgts
|
||||
read dir server sends 404 response for now,
|
||||
not 200 ok.
|
||||
|
||||
* Fixed bug with forming error of loading dir.
|
||||
Was : "not found".
|
||||
Now : "Error: EACCES, readdir '/root'"
|
||||
|
||||
* Fixed bug with showing loading spinner, when f4 key
|
||||
pressed couple times and CodeMirror not loaded fully.
|
||||
|
||||
|
||||
2012.07.27, Version 0.1.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue