Moving function for finding if unifinder has focus.

This commit is contained in:
mikep%oeone.com 2002-09-18 14:59:28 +00:00
Родитель bd2a2822df
Коммит a700e7822f
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -136,13 +136,6 @@ function toDoUnifinderRefresh()
refreshToDoTree( taskTable );
}
function unifinderToDoHasFocus()
{
var tree = document.getElementById( ToDoUnifinderTreeName );
return( tree.treeBoxObject.focused );
}
function getToDoFromEvent( event )
{
var tree = document.getElementById( ToDoUnifinderTreeName );