mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +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() {
|
function collapse() {
|
||||||
$(".chan.active .toggle-button.opened").click();
|
$(".chan.active .toggle-button.toggle-preview.opened").click();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function expand() {
|
function expand() {
|
||||||
$(".chan.active .toggle-button:not(.opened)").click();
|
$(".chan.active .toggle-button.toggle-preview:not(.opened)").click();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue