diff options
author | friendica <info@friendica.com> | 2012-01-04 20:35:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-04 20:35:32 -0800 |
commit | dbb59554690d3e77b3816423aab2be610e183cd9 (patch) | |
tree | 338554c87407551439dc29e497ac1945c55704a4 /view/jot.tpl | |
parent | f1c7db593cbbba6a1eec84e1f8c2681dbc94a97f (diff) | |
download | volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.tar.gz volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.tar.bz2 volse-hubzilla-dbb59554690d3e77b3816423aab2be610e183cd9.zip |
bit more improvement on dynamic title
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index cb4eb64d4..66621db5e 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -15,6 +15,7 @@ <input type="hidden" name="post_id" value="$post_id" /> <div id="jot-title-wrapper"> <span id="jot-title-desc" style="display: none;">$addtitle</span> + <span id="jot-title-display" style="display: none;"></span> <input type="text" name="title" id="jot-title" value="" style="display: none;" /> </div> |