Hello!
This is a Solution concerning the Problem with ngmenu and Chrome.
I solved the problem. Do the following:
Unpack ngmenu.js with a tool like:
http://jsbeautifier.org/
Look for the Function dm_getBrowser()
Add the following lines beneath the Apple quest:
if (a.indexOf("Chrome") >1) {
b_MZ = 1;
b_VER = pf(a.sb(a.io('Chrome/') + 7, a.ln()));
return
}
Update ngmenu.js on your server. You don't have to pack it again if
you don't like.
Then it works. Chrome was recognized as Netscape 6 and that was the
Problem. Now it is recognized as part of the Mozilla family.
regards
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---