Skip to content

Commit

Permalink
Fix Google+ post search
Browse files Browse the repository at this point in the history
closes #1260, closes #1272
  • Loading branch information
suth authored and ginatrapani committed Mar 13, 2012
1 parent 62796fc commit 773e5aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/plugins/googleplus/view/googleplus.inline.view.tpl
Expand Up @@ -32,6 +32,10 @@

</div>

{if $is_searchable}
{include file="_grid.search.tpl"}
<script type="text/javascript" src="{$site_root_path}assets/js/grid_search.js"></script>
{/if}

{if ($display eq 'all_gplus_posts' and not $gplus_posts) or
($display eq 'most_replied_to_posts' and not $gplus_posts) }
Expand Down

0 comments on commit 773e5aa

Please sign in to comment.