mirror of
https://github.com/friendica/friendica
synced 2024-11-19 15:03:40 +00:00
diabook-theme: small fix
This commit is contained in:
parent
c421f35da7
commit
e1ab3a93cc
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
|
||||||
|
|
||||||
if($.cookie("close_twitter") == "1")
|
if($.cookie("close_twitter") == "1")
|
||||||
{
|
{
|
||||||
document.getElementById( "twitter" ).style.display = "none";
|
document.getElementById( "close_twitter" ).style.display = "none";
|
||||||
};
|
};
|
||||||
|
|
||||||
if($.cookie("close_lastusers") == "1")
|
if($.cookie("close_lastusers") == "1")
|
||||||
|
@ -336,7 +336,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
|
||||||
};
|
};
|
||||||
|
|
||||||
function close_twitter(){
|
function close_twitter(){
|
||||||
document.getElementById( "twitter" ).style.display = "none";
|
document.getElementById( "close_twitter" ).style.display = "none";
|
||||||
$.cookie("close_twitter","1", { expires: 365, path: "/" });
|
$.cookie("close_twitter","1", { expires: 365, path: "/" });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue