diff --git a/static/js/portico/landing-page.js b/static/js/portico/landing-page.js index a9ea75f751..020b296f14 100644 --- a/static/js/portico/landing-page.js +++ b/static/js/portico/landing-page.js @@ -371,7 +371,7 @@ var events = function () { $(".portico-landing").removeClass("show"); setTimeout(function () { window.location.href = $(this).attr("href"); - }.on(this), 500); + }.bind(this), 500); } });