mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
a54a726e93
Co-Authored-By: Max Leiter <hello@maxleiter.com>
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
"use strict";
|
|
|
|
const $ = require("jquery");
|
|
|
|
exports.input = function() {
|
|
$(".chan.active .toggle-button.toggle-preview.opened").click();
|
|
return true;
|
|
};
|