This commit is contained in:
selmer%netscape.com 1999-06-09 00:26:56 +00:00
Родитель 33ce124117
Коммит d97ab4be9f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,6 @@
<html:script>
var profileCore = "";
var profileList = "";
var selected = null;
function CreateProfile()
@ -156,6 +155,7 @@ function showSelection(node)
function loadElements()
{
dump("hacked onload handler adds elements to tree widget\n");
var profileList = "";
profileCore = XPAppCoresManager.Find("ProfileCore");
if (!profileCore)