Mercurial > libervia-web
changeset 327:6126bd24e7dd
browser_side: actually disable the microblog title (not supported yet)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 07 Jan 2014 23:49:39 +0100 |
parents | 36927be51481 |
children | 835a8ae799e7 |
files | browser_side/richtext.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/browser_side/richtext.py Tue Jan 07 15:36:18 2014 +0100 +++ b/browser_side/richtext.py Tue Jan 07 23:49:39 2014 +0100 @@ -56,7 +56,7 @@ self.host = host self.no_title = 'no_title' in options - #self.no_title = True # XXX: remove this line when titles are managed + self.no_title = True # XXX: remove this line when titles are managed self.no_close = 'no_close' in options self.update_msg = 'update_msg' in options self.no_recipient = 'no_recipient' in options