src/main/webapp/issue-editor.js

changeset 408
179bda934121
parent 362
576bd8ac4d96
child 409
109850e92e95
equal deleted inserted replaced
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 });

mercurial