mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 00:48:05 +00:00
workaround for hiding "new posts" button after selectable_theme was added.
there is conflict between theme "display:block!important" and button hiding. i tried using a <span> to enclose the <button> but it then broke "float:right", argh. so setting text to "" seems to hide it.
This commit is contained in:
parent
7bbbfb4347
commit
5df149b3fd
@ -104,6 +104,7 @@ var MAL = function()
|
||||
newTweetsBarMenu.addClass("show");
|
||||
} else {
|
||||
newTweetsBar.hide();
|
||||
newTweetsBar.text("");
|
||||
newTweetsBarMenu.removeClass("show");
|
||||
document.title = "twister";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user