diff --git a/resources/public/js/themes.js b/resources/public/js/themes.js index c3d7f18..908c65b 100644 --- a/resources/public/js/themes.js +++ b/resources/public/js/themes.js @@ -108,8 +108,9 @@ fileref.setAttribute("type", "text/css") fileref.setAttribute("href", fontURL) document.getElementsByTagName("head")[0].appendChild(fileref) +less.modifyVars(vars); + function showFooter(){ - less.modifyVars(vars); var elem = $("footer"); if(!elem) return; if(window.innerHeight * 0.85 >= document.body.clientHeight) {