Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Jan 31, 2023
1 parent 34e9fa4 commit 1f51990
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
15 changes: 0 additions & 15 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@
<script src="{{site.data.bundles[bundle]['js']}}"></script>
{% endfor %}

{% if page.youtube_call %}
<script type="text/javascript">
function list(){
P2PU.Roundtables.init();
}
</script>
<script src="https://apis.google.com/js/client.js?onload=list"></script>
{% endif %}

{% if page.js_invocation %}
<script>
P2PU.{{ page.js_invocation }}.init();
</script>
{% endif %}

{% if site.env == 'dev' %}
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
{% endif %}
Expand Down
19 changes: 0 additions & 19 deletions _includes/testimonial.html

This file was deleted.

0 comments on commit 1f51990

Please sign in to comment.