mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
fix
This commit is contained in:
parent
7baa808b55
commit
f939c3c099
@ -164,7 +164,7 @@ class Blogger extends this.OS.GUI.BaseApplication
|
||||
return unless sel
|
||||
me.editor.value atob(sel.content)
|
||||
me.inputtags.value = sel.tags
|
||||
(me.find "blog-publish").set "swon", (if sel.publish then true else false)
|
||||
(me.find "blog-publish").set "swon", (if Number(sel.publish) then true else false)
|
||||
|
||||
@.bloglist.set "onitemclose", (e) ->
|
||||
me.openDialog "YesNoDialog", (b) ->
|
||||
|
Loading…
Reference in New Issue
Block a user