2 messages in com.googlegroups.google-gadgets-apiRe: my gadget does not appear..
FromSent OnAttachments
mari...@gmail.com27 Sep 2006 09:14 
labtopia27 Sep 2006 11:24 
Subject:Re: my gadget does not appear..
From:labtopia (mcco@gmail.com)
Date:09/27/2006 11:24:03 AM
List:com.googlegroups.google-gadgets-api

Hi Maria,

I took a quick look and I see a few basic problems. For example, it looks like you're missing the closing curly brace for your outer for loop, and this is a typo (lenght):

for (var j = 0; j< nodeList.lenght; j++)

I changed those things, and it worked for me.

Katie