TritonB7

Results 1 comments of TritonB7

> @satanahell Slightly optimized/earlier-loading version of that if desired: > > ``` > > window.addEventListener('DOMContentLoaded', (event) => { > const loginShowing = document.querySelector('a[href$="/login"]') !== null; > const rightPanel = document.querySelector("div.tri-layout-right");...