mirror of
https://github.com/thelounge/thelounge
synced 2025-02-23 00:28:28 +00:00
Merge pull request #2305 from thelounge/astorije/fix-master
Fix bug preventing to click on channels/queries
This commit is contained in:
commit
c4be637ba8
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ $(function() {
|
|||
$(this).closest(".msg.condensed").toggleClass("closed");
|
||||
});
|
||||
|
||||
const openWindow = function openWindow(e, {keepSidebarOpen, pushState, replaceHistory}) {
|
||||
const openWindow = function openWindow(e, {keepSidebarOpen, pushState, replaceHistory} = {}) {
|
||||
const self = $(this);
|
||||
const target = self.data("target");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue