add a dump to convince ben that getProfileList is working again.

This commit is contained in:
sspitzer%netscape.com 2000-01-28 10:19:12 +00:00
Родитель b44bbb25ee
Коммит c6414cea39
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -100,6 +100,8 @@ function loadElements()
currProfile = profileList;
}
dump("profile list = " + profileList + "\n");
// remove existing nodes...
var profilekids = document.getElementById( "profilekids" );
while( profilekids.hasChildNodes() )