Skip to content

Commit

Permalink
Share images: Clear JQuery error & enable peek-a-boo on collapsed lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jun 28, 2015
1 parent f444f32 commit 6bd7204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/_lib/view/_footer.tpl
Expand Up @@ -102,9 +102,11 @@
{/if}
{else} <!-- in share mode -->
<script src="{$site_root_path}assets/js/thinkup.js "></script>
<script>window.jQuery || document.write('<script src="{$site_root_path}assets/js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="{$site_root_path}assets/js/vendor/jpanelmenu.js"></script>
<script src="{$site_root_path}assets/js/thinkup.js "></script>
{/if} <!-- /not in share mode -->
{if isset($thinkupllc_endpoint)}
Expand Down

0 comments on commit 6bd7204

Please sign in to comment.