aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/conversation.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r--view/theme/dispy/conversation.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl
index 325adb972..a42585597 100644
--- a/view/theme/dispy/conversation.tpl
+++ b/view/theme/dispy/conversation.tpl
@@ -1,3 +1,4 @@
+<div id="threads-begin"></div>
{{ for $threads as $thread }}
<div id="thread-wrapper-$thread.id" class="thread-wrapper">
{{ for $thread.items as $item }}
@@ -15,7 +16,7 @@
{{ endfor }}
</div>
{{ endfor }}
-
+<div id="threads-end"></div>
<div id="conversation-end"></div>
{{ if $dropping }}