diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-23 22:17:15 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-23 22:17:15 -0700 |
commit | 186f85483fe3ab45281c442b2b275448c5230c4f (patch) | |
tree | be400abc22e656af28e70af866265820d57b2c94 /view/tpl/cards.tpl | |
parent | e157e3bec8722c04ed8dc2d215cd2efd0ce3ce79 (diff) | |
download | volse-hubzilla-186f85483fe3ab45281c442b2b275448c5230c4f.tar.gz volse-hubzilla-186f85483fe3ab45281c442b2b275448c5230c4f.tar.bz2 volse-hubzilla-186f85483fe3ab45281c442b2b275448c5230c4f.zip |
cards: make likes reload page
Diffstat (limited to 'view/tpl/cards.tpl')
-rw-r--r-- | view/tpl/cards.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/cards.tpl b/view/tpl/cards.tpl index ae382a97f..a06e2fd22 100644 --- a/view/tpl/cards.tpl +++ b/view/tpl/cards.tpl @@ -2,6 +2,7 @@ <div class="section-title-wrapper"> <h2>{{$title}}</h2> </div> + <div id="live-cards"></div> {{$editor}} {{$content}} </div> |