-LEVI-
Junior Member
Posts: 5
Registered: 7/27/2004
Location: Vancouver, BC
Member Is Offline
|
| posted on 7/27/2004 at 05:38 AM |
|
|
MENU_ITEMS undefined when using Online_Builder
Hello,
First of all thanks for the great script, after lengthy testing of different scripts, I found this one to be the best overall quality.
Now to my little problem. I created the menu items using the Online Builder (which is very very convenient!) and find that I get a MENU_ITEMS
undefined error message. When I try to use the original MENU_ITEMS script (found in the documentation), everything works.
Thank you kindly,
Levi
ps: included is the onlinebuilder made menu items
Attachment: menu_items.js (1.25kb)
This file has been downloaded 358 times
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 7/27/2004 at 03:31 PM |
|
|
problem is in following line:
["APA Guidelines", "$apaguidelines\"]
Basically you escape closing quotation mark. If you need slash there then escape it with another slash:
["APA Guidelines", "$apaguidelines\\"]
|
|
|
-LEVI-
Junior Member
Posts: 5
Registered: 7/27/2004
Location: Vancouver, BC
Member Is Offline
|
| posted on 7/28/2004 at 12:03 AM |
|
|
ugh.. i accidently typed that in. Thanks and sorry for the trouble.
|
|
|