mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-28 10:18:21 +01:00
improve Blogger
This commit is contained in:
parent
946bf9df5e
commit
8e02bf6dc7
@ -184,7 +184,10 @@ class Blogger extends this.OS.GUI.BaseApplication
|
|||||||
, "Delete a post" ,
|
, "Delete a post" ,
|
||||||
{ iconclass: "fa fa-question-circle", text: "Do you really want to delete this post ?" }
|
{ iconclass: "fa fa-question-circle", text: "Do you really want to delete this post ?" }
|
||||||
return false
|
return false
|
||||||
|
@bindKey "CTRL-S", () ->
|
||||||
|
sel = me.tabbar.get "selidx"
|
||||||
|
return unless sel is 2
|
||||||
|
me.saveBlog()
|
||||||
@on "vboxchange", () ->
|
@on "vboxchange", () ->
|
||||||
me.resizeContent()
|
me.resizeContent()
|
||||||
# USER TAB
|
# USER TAB
|
||||||
|
Loading…
Reference in New Issue
Block a user