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

This commit is contained in:
gerv%gerv.net 2004-01-16 08:40:32 +00:00
Родитель 5e140a71db
Коммит b386592f36
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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;
}