[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] adding new level 0 items
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] adding new level 0 items
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 7 Oct 2005 12:51:09 +0200
- References: <20051007184921.4FD5.OYAMA@impress.co.jp>
- User-agent: Mutt/1.5.6+20040907i
On Fri, Oct 07, 2005 at 06:54:05PM +0900, Keio Oyama wrote:
> I'm going to add a new "level 0" item to the menu bar, but can't.
> I added some lines to the ~/server/www/menu/menu_items.js file, like this,
>
[snip]
> /* added */
> ['Link', null, null,
> ['test', 'http://hoge.com/test.html'],
> ],
> /* added end */
> ];
> --------------------------
>
> After that, the menu var became not to be displayed.
Have you tried it without those comments ? This is part of
some JavaScript, so if you must use comments I think they
should be '//' - like
// added comment
Henrik