Merge pull request #2006 from thelounge/yamanickill/2005-expand
Stop expanding condensed messages on /expand
This commit is contained in:
commit
991ec5315d
@ -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…
Reference in New Issue
Block a user