diff --git a/_includes/body.html b/_includes/body.html index d3a76c95a5..b749ac1ca2 100644 --- a/_includes/body.html +++ b/_includes/body.html @@ -140,7 +140,6 @@ - diff --git a/js/docs.js b/js/docs.js index b22b63b533..905e278a03 100644 --- a/js/docs.js +++ b/js/docs.js @@ -328,9 +328,6 @@ $(function () { $('[data-toggle="tooltip"]').tooltip() }); -// Enable glossary link popovers -$(".glossLink").popover(); - // sync tabs with the same data-group window.onload = function () { $(".nav-tabs > li > a").click(function (e) { diff --git a/js/glossary.js b/js/glossary.js deleted file mode 100644 index 439e0f1681..0000000000 --- a/js/glossary.js +++ /dev/null @@ -1,6 +0,0 @@ -var glossary = [ -{%- for entry in site.data.glossary -%} - {"term": {{ entry[0] | jsonify }}, "def": {{ entry[1] | markdownify | jsonify }}} - {%- unless forloop.last -%},{%- endunless -%} -{%- endfor -%} -] diff --git a/search.md b/search.md index b59add1686..5ade9ff4ec 100644 --- a/search.md +++ b/search.md @@ -24,8 +24,6 @@ skip_read_time: true .gsc-adBlock { display: none; } -
-