Comment #2 on issue 7934 by dhhwai: Bad display for web site VOO
http://code.google.com/p/chromium/issues/detail?id=7934

In the HTML source for the website, it loads the  
file "menu/voo.files/dmenu.js"

At the beginning of the dmenu.js file, it has the following info:
    //***********************************************
    //  Javascript Menu (c) 2006 - 2007, by Deluxe-Menu.com
    //  beta version 3.0
    //  E-mail:  c...@deluxe-menu.com
    //***********************************************
    //
    // Obfuscated by Javascript Obfuscator
    // http://javascript-source.com
    //***********************************************

http://www.deluxe-menu.com/whats-new-info.html has the following news:
    Deluxe Menus & Deluxe Tuner v3.2.9 (September 17, 2008)     
    1. Google Chrome support for all Deluxe products!

So the website administrator for that site either has to modify dmenu.js by  
hand to
update the check to include Chrome, or you can upgrade to ver. 3.2.9 of  
deluxe-
menu.com which works with Chrome.  My guess for changing by hand is to  
update the
check condition to:

    ( (nv.vendor.io('Apple Computer')!=-1) || (nv.vendor.io('Google  
Inc.')!=-1) )

Add label: [Evangelism]

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to