361:749d71470b0f | 362:576bd8ac4d96 |
---|---|
54 issue_status.style.display = 'inline-block' | 54 issue_status.style.display = 'inline-block' |
55 variant_status.style.display = 'none' | 55 variant_status.style.display = 'none' |
56 } | 56 } |
57 } | 57 } |
58 | 58 |
59 window.addEventListener("load", (_) => toggleVariantStatus()); | 59 window.addEventListener("load", () => { |
60 toggleVariantStatus(); | |
61 const project = document.getElementById('linkable-issues').dataset.project; | |
62 configureSearchBox('linkable-issues', project); | |
63 }); |