140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me

This commit is contained in:
blakeross%telocity.com 2006-07-29 05:40:33 +00:00
Родитель 5860f3d42f
Коммит 9d86272d0f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -732,7 +732,6 @@ nsContextMenu.prototype = {
attrib = type.toUpperCase();
return( (attrib != "IMAGE") &&
(attrib != "PASSWORD") &&
(attrib != "CHECKBOX") &&
(attrib != "RADIO") &&
(attrib != "SUBMIT") &&