diff --git a/content/static/script/cookiebar.js b/content/static/script/cookiebar.js index a07d501c7..d8fccdba1 100644 --- a/content/static/script/cookiebar.js +++ b/content/static/script/cookiebar.js @@ -1,5 +1,5 @@ if (!window.localStorage.cookiebarHidden) { - var el = $("") + var el = $("") el.find('.close').click(function() { window.localStorage.cookiebarHidden = true el.removeClass('show')