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); }