diff --git a/src/components/appfooter/appfooter.js b/src/components/appfooter/appfooter.js index 4387ca8b77..61bb62ec29 100644 --- a/src/components/appfooter/appfooter.js +++ b/src/components/appfooter/appfooter.js @@ -7,10 +7,7 @@ define(['browser', 'css!./appfooter'], function (browser) { elem.classList.add('appfooter'); - if (!browser.chrome) { - // chrome does not display this properly - elem.classList.add('appfooter-blurred'); - } + elem.classList.add('appfooter-blurred'); document.body.appendChild(elem); @@ -43,4 +40,4 @@ define(['browser', 'css!./appfooter'], function (browser) { }; return appFooter; -}); \ No newline at end of file +});