add comments
This commit is contained in:
@@ -381,6 +381,7 @@ jQuery(function(){
|
|||||||
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours-babel.js"></script>
|
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours-babel.js"></script>
|
||||||
|
|
||||||
<!-- the code for the hours widget -->
|
<!-- 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">
|
<script type="text/javascript">
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
const h = JSON.parse(hours);
|
const h = JSON.parse(hours);
|
||||||
@@ -425,6 +426,7 @@ String.prototype.includes = function(match) {
|
|||||||
|
|
||||||
|
|
||||||
<!-- script to make OneSearch dropdown work -->
|
<!-- 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">
|
<script type="text/javascript">
|
||||||
function customizeSearch(facet) {
|
function customizeSearch(facet) {
|
||||||
// re-render the dropdown menu with the current pick
|
// re-render the dropdown menu with the current pick
|
||||||
@@ -455,6 +457,7 @@ function customizeSearch(facet) {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- OneSearch widget script from OLS, modified -->
|
<!-- 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">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function addPrimoQuery(e) {
|
function addPrimoQuery(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user