| 407:fa8274466c70 | 408:179bda934121 |
|---|---|
| 56 } | 56 } |
| 57 } | 57 } |
| 58 | 58 |
| 59 window.addEventListener("load", () => { | 59 window.addEventListener("load", () => { |
| 60 toggleVariantStatus(); | 60 toggleVariantStatus(); |
| 61 const project = document.getElementById('linkable-issues').dataset.project; | 61 const sbox = document.getElementById('linkable-issues'); |
| 62 configureSearchBox('linkable-issues', project); | 62 if (!sbox) return; |
| 63 configureSearchBox('linkable-issues', sbox.dataset.project); | |
| 63 }); | 64 }); |