Hi this has been changed to var t=$(node).text(); in v1.6
with kind regards Ruben Willems On Thu, Sep 2, 2010 at 11:17 AM, Tony <[email protected]> wrote: > Hi > > 2nd time i've setup CC.net, going for the dashboard on one server, and > the service on others. > > So installed the dashboard on to one 2008r2 server and set the admin > pw in the config, and pointed it (via the server section in the > config) to another 2008r2 server where i installed the service. > > I've then given the IIS_IUSERS user modify file permissions on > C:\Program Files (x86)\CruiseControl.NET\webdashboard > So it actually works. > > However when viewing ViewFarmReport.aspx in IE8 (on any of my > machines) I get a Javascript Error: > Object doesn't support this property or method > jQuery.ccnet.js > Line 2 > Character 409 > > Debugging in IE it highlights: > var t=$(node).text().trim() > > $(node).text() is shown as type string and resolves as my build server > name HstBuild02 > However $(node).text().trim() errors, it is not a supported method. > > My Javascript is not great but a quick google suggests that line > should look something like: > var t=$.trim($(node).text()); > > Seems to work for me now.... > > Tony. > > > >
