Commit cca2329b authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.

parent 49564ef4
......@@ -55,11 +55,7 @@ function set_assign_to() {
var component = components[index];
if (assigned_to == last_default_owner
|| assigned_to == owner
|| assigned_to == ''
|| confirm('Would you like to change\n\n' +
' "Assign To: ' + assigned_to + '"\n\n' +
'to the default "' + component + '" owner:\n\n' +
' ' + owner + "?")) {
|| assigned_to == '') {
form.assigned_to.value = owner;
last_default_owner = owner;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment