function openAttachIssue()

in public/scripts/popup.js [19:25]


function openAttachIssue(t) {
  return t.popup({
    title: 'Attach Issue (Coming Soon)',
    url: './issue.html',
    height: 210
  });
}