diff --git a/static/js/glossary.js b/static/js/glossary.js index b6e8a73221..3b79560391 100644 --- a/static/js/glossary.js +++ b/static/js/glossary.js @@ -37,7 +37,6 @@ $( document ).ready(function() { function updateParams(paramHash) { var urlWithoutQuery = window.location.href.split('?')[0]; - var urlHash = window.location.hash; window.history.pushState(null,null, urlWithoutQuery + "?" + $.param(paramHash) + window.location.hash); } @@ -158,7 +157,7 @@ $( document ).ready(function() { permalink.removeClass("hide"); }).mouseleave(function(){ permalink.addClass("hide"); - });; + }); }); };