add comments

This commit is contained in:
MarkEEaton
2022-04-18 14:03:04 -04:00
committed by GitHub
parent 384ba5539c
commit 9aff7dcc33
+3
View File
@@ -381,6 +381,7 @@ jQuery(function(){
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours-babel.js"></script>
<!-- the code for the hours widget -->
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
<script type="text/javascript">
window.onload = function () {
const h = JSON.parse(hours);
@@ -425,6 +426,7 @@ String.prototype.includes = function(match) {
<!-- script to make OneSearch dropdown work -->
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
<script type="text/javascript">
function customizeSearch(facet) {
// re-render the dropdown menu with the current pick
@@ -455,6 +457,7 @@ function customizeSearch(facet) {
</script>
<!-- OneSearch widget script from OLS, modified -->
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
<script type="text/javascript">
function addPrimoQuery(e) {