Merge pull request #2305 from thelounge/astorije/fix-master
Fix bug preventing to click on channels/queries
This commit is contained in:
commit
c4be637ba8
@ -333,7 +333,7 @@ $(function() {
|
|||||||
$(this).closest(".msg.condensed").toggleClass("closed");
|
$(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 self = $(this);
|
||||||
const target = self.data("target");
|
const target = self.data("target");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user