diff options
author | friendica <info@friendica.com> | 2012-06-13 21:40:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-13 21:40:02 -0700 |
commit | 4229debff883c01d7f2e80a14b1e0fcba14ad32f (patch) | |
tree | cbf8350deac5519fc8f25c6b9b8faf2b80a2c4e8 /view/theme/quattro | |
parent | edeca6d815a8830d92a42a18199087fc6b1798cd (diff) | |
download | volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.tar.gz volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.tar.bz2 volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.zip |
ajax append placeholder, fix some html warnings
Diffstat (limited to 'view/theme/quattro')
-rw-r--r-- | view/theme/quattro/conversation.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index 7bb7cd2fd..a30ff187c 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -19,6 +19,8 @@ </div> {{ endfor }} +<div id="conversation-end"></div> + {{ if $dropping }} <a href="#" onclick="deleteCheckedItems();return false;"> <span class="icon s22 delete text">$dropping</span> |