]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/photo_item.tpl
Merge remote-tracking branch 'upstream/develop' into post-thread-user
[friendica.git] / view / theme / quattro / templates / photo_item.tpl
index 182607ab3596f681fd96ae41b4edd168494a9f7d..4a43d2cb81756b92fa9a1a54c856f7454c5d7967 100644 (file)
@@ -33,8 +33,8 @@
 
                        <div class="wall-item-actions-social">
                        {{if $star}}
-                               <a href="#" id="star-{{$id}}" onclick="dostar({{$id}}); return false;"  class="{{$star.classdo}}"  title="{{$star.do}}">{{$star.do}}</a>
-                               <a href="#" id="unstar-{{$id}}" onclick="dostar({{$id}}); return false;"  class="{{$star.classundo}}"  title="{{$star.undo}}">{{$star.undo}}</a>
+                               <a href="#" id="star-{{$id}}" onclick="doStar({{$id}}); return false;" class="{{$star.classdo}}" title="{{$star.do}}">{{$star.do}}</a>
+                               <a href="#" id="unstar-{{$id}}" onclick="doStar({{$id}}); return false;" class="{{$star.classundo}}" title="{{$star.undo}}">{{$star.undo}}</a>
                                <a href="#" id="tagger-{{$id}}" onclick="itemTag({{$id}}); return false;" class="{{$star.classtagger}}" title="{{$star.tagger}}">{{$star.tagger}}</a>
                        {{/if}}