mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Stop expanding condensed messages on /expand
This commit is contained in:
parent
b2eebfa65e
commit
0b83ba6a40
1 changed files with 2 additions and 2 deletions
|
@ -55,12 +55,12 @@ function forceFocus() {
|
|||
}
|
||||
|
||||
function collapse() {
|
||||
$(".chan.active .toggle-button.opened").click();
|
||||
$(".chan.active .toggle-button.toggle-preview.opened").click();
|
||||
return true;
|
||||
}
|
||||
|
||||
function expand() {
|
||||
$(".chan.active .toggle-button:not(.opened)").click();
|
||||
$(".chan.active .toggle-button.toggle-preview:not(.opened)").click();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue