mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Project-settings buttons at bottom of issue-list
This commit is contained in:
@@ -38,3 +38,8 @@ function matchMainCheckboxStateToIssueCheckboxes() {
|
||||
mainCheckbox.checked = false;
|
||||
}
|
||||
}
|
||||
|
||||
function followContainedLink(circleDiv) {
|
||||
const link = circleDiv.querySelector("a");
|
||||
window.location.href = link.href;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user