Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:17
Troubleshooter
Poster: pbowers
Dated: Friday November 15 2002 - 0:38:30 GMT
For some unexplained reason, my Milonic menu implementation (which had been working fine for months) is now dead. Aside from going through each line of code in the menu_array.js file individually, is there any sort of automated way to check for potential problem areas?
Paul
http://www.pipingdesign.com
Poster: trytrix
Dated: Friday November 15 2002 - 9:57:03 GMT
Hi,
As far as I can see there is a blank gap just before the first menu-item !
Code:
, // Reserved for future use
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
Move it up and ...!
Cheers,
Trytrix
Poster: pbowers
Dated: Saturday November 16 2002 - 3:09:23 GMT
I'm not sure I follow your meaning.
Thanks,
Paul
Poster: trytrix
Dated: Saturday November 16 2002 - 7:51:07 GMT
Hi,
I mean the blank line ...
Try this ..
Code:
, // Reserved for future use
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
instead off:
Code:
, // Reserved for future use
,"SEARCH","show-menu=search",,"Search Options",1 // "Description
Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"SEARCH","show-menu=search",,"Search Options",1 // "Description
Text", "URL", "Alternate URL", "Status", "Separator Bar"
Cheers,
Trytrix