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
			
			
									
						
										
						Troubleshooter
- trytrix
 - Super Advanced

 - Posts: 92
 - Joined: Thu Sep 26, 2002 9:46 pm
 - Location: Flanders / Belgium
 - Contact:
 
Hi,
As far as I can see there is a blank gap just before the first menu-item !
Move it up and ...!
Cheers,
Trytrix
			
			
									
						
							As far as I can see there is a blank gap just before the first menu-item !
Code: Select all
,	// Reserved for future use
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"Cheers,
Trytrix
You're Never Fully Dressed Without A 
 Smile !
"From
  Flanders, one of Europe's most dynamic regions"  -  Visit : http://www.toerismevlaanderen.be  
			
						"From
  Flanders, one of Europe's most dynamic regions"  -  Visit : http://www.toerismevlaanderen.be  - trytrix
 - Super Advanced

 - Posts: 92
 - Joined: Thu Sep 26, 2002 9:46 pm
 - Location: Flanders / Belgium
 - Contact:
 
Hi,
I mean the blank line ...
Try this ..
instead off:
Cheers,
Trytrix
			
			
									
						
							I mean the blank line ...
Try this ..
Code: Select all
,   // Reserved for future use 
,"SEARCH","show-menu=search",,"Search Options",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"Code: Select all
,   // Reserved for future use 
,"SEARCH","show-menu=search",,"Search Options",1 // "Description 
Text", "URL", "Alternate URL", "Status", "Separator Bar"Trytrix
You're Never Fully Dressed Without A 
 Smile !
"From
  Flanders, one of Europe's most dynamic regions"  -  Visit : http://www.toerismevlaanderen.be  
			
						"From
  Flanders, one of Europe's most dynamic regions"  -  Visit : http://www.toerismevlaanderen.be  