Or, if you're using Firefox install the Firebug debugger. It will handle the console.log lines.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chet Luther Sent: Wednesday, April 11, 2007 9:16 AM To: General discussion of using zenoss system Subject: Re: [zenoss-users] r4627: move events to history On 4/11/07, Roberto Parra <[EMAIL PROTECTED]> wrote: > > in r4627 after selecting events we can't move it to history. > When we click on menu nothing happen, no dialog appear. I ran into this too. A quick work-around is to comment out "//" all references to console.log in the following files: Products/ZenWidgets/skins/zenui/javascript/selection.js Products/ZenWidgets/skins/zenui/javascript/menus.js Products/ZenWidgets/skins/zenui/javascript/dialog.js Products/ZenUtils/js/zenui.js Then do a "zopectl restart" to restart Zope. You may also have to clear your browser cache. I believe this console logging code is something they use for JavaScript debugging. -- Chet Luther [EMAIL PROTECTED] _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
