mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-25 02:09:46 +02:00
fix blogger
This commit is contained in:
@ -272,6 +272,7 @@ class Blogger extends this.OS.GUI.BaseApplication
|
|||||||
loadBlogs: () ->
|
loadBlogs: () ->
|
||||||
me = @
|
me = @
|
||||||
@blogdb.get null, (r) ->
|
@blogdb.get null, (r) ->
|
||||||
|
return me.notify "No post found: #{r.error}" if r.error
|
||||||
for v in r.result
|
for v in r.result
|
||||||
v.text = v.title
|
v.text = v.title
|
||||||
v.complex = true
|
v.complex = true
|
||||||
|
Reference in New Issue
Block a user