Skip to content

Commit

Permalink
jQuery can now be customized/excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
KyNorthstar committed Jul 13, 2021
1 parent 9dd478e commit 9a66611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ If you got this:


1: DECLARATION OF COPYRIGHT
This Product is copyright Ben Leggiero (c) 2020 BH-1-PS
This Product is copyright Ben "Ky" Leggiero (c) 2021 BH-1-PS

Ben Leggiero may be reached at BenLeggiero@Gmail.com
Ben "Ky" Leggiero may be reached at KyLeggiero@Gmail.com


2: DEFINITIONS
Expand Down
6 changes: 5 additions & 1 deletion header-scripts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<script src="https://shared.bhstudios.org/_js/jquery-bh-preferred.js">/* jQuery */</script>
{%- assign jQuery = include.jQuery | default: layout.jQuery | default: site.jQuery | default: true %}

{%- if jQuery %}
<script src="{% if jQuery == true -%} https://code.jquery.com/jquery-3.x-git.slim.min.js {%- else -%} {{ jQuery }} {%- endif -%}">/* jQuery */</script>
{%- endif %}
<script src="https://scripts.bhstudios.org/assets/v2/general/js/lib/kotlin.js">/* Kotlin/JS for BHStudios General Script */</script>
<script src="https://scripts.bhstudios.org/assets/v2/general/js/BHStudios%20General%20Scripts.js">/* BHStudios General Script */</script>

Expand Down

0 comments on commit 9a66611

Please sign in to comment.