diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-01 15:21:32 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-01 15:21:32 +0100 |
commit | d711f2ad4c52db4a4178bb2b35abc827260286fa (patch) | |
tree | 62092d7109ed0652781440463f53bffd838b71f0 /view/tpl | |
parent | ae8a1c992a5d746507afdff33edbdfeb20643ad3 (diff) | |
download | volse-hubzilla-d711f2ad4c52db4a4178bb2b35abc827260286fa.tar.gz volse-hubzilla-d711f2ad4c52db4a4178bb2b35abc827260286fa.tar.bz2 volse-hubzilla-d711f2ad4c52db4a4178bb2b35abc827260286fa.zip |
Add b64mids to support current JS
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/pinned_item.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/pinned_item.tpl b/view/tpl/pinned_item.tpl index 6e5e9e20d..e34d3b65d 100644 --- a/view/tpl/pinned_item.tpl +++ b/view/tpl/pinned_item.tpl @@ -1,4 +1,4 @@ -<div id="pinned-wrapper-{{$id}}" class="thread-wrapper toplevel_item generic-content-wrapper h-entry"> +<div id="pinned-wrapper-{{$id}}" class="thread-wrapper toplevel_item generic-content-wrapper h-entry" data-b64mids='{{$mids}}'> <div class="wall-item-outside-wrapper" id="wall-item-outside-wrapper-{{$id}}"> <div class="clearfix wall-item-content-wrapper" id="wall-item-content-wrapper-{{$id}}"> {{if $photo}} @@ -144,4 +144,3 @@ </div> </div> </div> - |