aboutsummaryrefslogtreecommitdiffstats
path: root/data/bzpage.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/bzpage.js')
-rw-r--r--data/bzpage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/bzpage.js b/data/bzpage.js
index 7d59f22..208f64f 100644
--- a/data/bzpage.js
+++ b/data/bzpage.js
@@ -234,7 +234,7 @@ function changeAssignee (newAssignee) {
clickMouse("bz_assignee_edit_action");
document.getElementById("assigned_to").value = newAssignee;
document.getElementById("set_default_assignee").checked = false;
- defAssigneeButton = document.getElementById("setDefaultAssignee_btn");
+ defAssigneeButton = document.getElementById("defassignee_btn");
if (defAssigneeButton) {
defAssigneeButton.style.display = "none";
}