diff --git a/templates/pageInfo/pageinfo.js.twig b/templates/pageInfo/pageinfo.js.twig index 4d0d48dee..957c494ef 100644 --- a/templates/pageInfo/pageinfo.js.twig +++ b/templates/pageInfo/pageinfo.js.twig @@ -40,6 +40,6 @@ $(() => { '&uselang=' + mw.config.get('wgUserLanguage') ).done(function (result) { $result.html(result); - clearInterval(loadinganimation); + clearInterval(loadingAnimation); }); });