This commit is contained in:
hyatt%netscape.com 2000-02-11 01:04:16 +00:00
Родитель 933891bf36
Коммит f27bd79d05
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -17,6 +17,11 @@ function doSetOKCancel(okFunc, cancelFunc, button2Func, button3Func )
function doOKButton()
{
var v = document.commandDispatcher.focusedElement;
if (v && v.tagName == 'TEXTAREA')
return;
var close = true;
if ( doOKFunction )