From f3b82534e4db289af4be0705c2e59d0902c5af1b Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 25 Sep 2014 22:50:17 -0300 Subject: [PATCH] improved theme selection mechanism: don't force display:block on every themable element. --- home.html | 2 +- js/interface_common.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home.html b/home.html index c5d1c5b..bfbdeee 100644 --- a/home.html +++ b/home.html @@ -472,7 +472,7 @@

- Posts + Posts

diff --git a/js/interface_common.js b/js/interface_common.js index 1690572..ba93950 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -1232,8 +1232,8 @@ function changeStyle() { } $('#stylecss').attr('href', style); $('#profilecss').attr('href', profile); - $("").appendTo("head"); + $("").appendTo("head"); setTimeout(function(){$(menu).removeAttr('style')}, 0); }