Mercurial > libervia-web
diff src/browser/sat_browser/blog.py @ 761:e69f411c16a5
browser_side (blog): removed unused variables initialisations
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 24 Nov 2015 23:27:56 +0100 |
parents | f725cc49e996 |
children | 8eeb98659de2 |
line wrap: on
line diff
--- a/src/browser/sat_browser/blog.py Tue Nov 24 23:31:41 2015 +0100 +++ b/src/browser/sat_browser/blog.py Tue Nov 24 23:27:56 2015 +0100 @@ -320,7 +320,6 @@ if self.mode in ENTRY_RICH and not text: text = ' ' # something different than empty string is needed to initialize the rich text editor self.item.content = text - self.content_title = self.content_title_xhtml = '' self.bubble.removeFromParent() self._setBubble() self.bubble.setOriginalContent(original_content)