Fix bug preventing to click on channels/queries
This bug is present both in channel list, #channel in messages, etc.
This commit is contained in:
parent
3d04afa4f6
commit
7d057a9ca7
@ -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