From f1131ef7a8d8dd184f72e79d6a14ee320f0ad392 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 24 Jun 2019 19:46:27 -0700 Subject: [PATCH] Fixing reported problems Signed-off-by: Mary Anthony --- _includes/head.html | 2 +- _includes/keyphrase.md | 2 +- _includes/search.html | 54 +++++++++++++++++++++--------------------- assets/js/main.js | 3 --- 4 files changed, 29 insertions(+), 32 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 063759d3..dd21203e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,7 +17,7 @@ {% endif %} - diff --git a/assets/js/main.js b/assets/js/main.js index 69540640..16b54fec 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -9022,6 +9022,3 @@ })(window); })(); -$(document).ready(function() { - anchors.add(); -}); \ No newline at end of file