You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
19 // Adds a listener for the animation end event that would take care
20 // of hiding all internal containers when the extendedToolbarPanel is
21 // closed.
22 document.getElementById("sideToolbarContainer")
23 .addEventListener("animationend", function(e) {
24 if(e.animationName === "slideOutExt")
25 $("#sideToolbarContainer").children().each(function() {
26 if ($(this).hasClass("show"))
27 SideContainerToggler.hideInnerContainer($(this));
28 });
29 }, false);
30 },
...
The text was updated successfully, but these errors were encountered:
During jitsi-meet page loading:
javascript chromium console output:
jitsi-meet loading process: stoped
modules/UI/side_pannels/SideContainerToggler.js:22
The text was updated successfully, but these errors were encountered: