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