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:
coderaiser 2012-08-03 15:08:22 +03:00
parent e68d253ea1
commit 674acb7bd3

View file

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