Re: [Codestriker-user] JavaScript error when adding file comments on topic view page
Brought to you by:
sits
|
From: David S. <si...@us...> - 2005-10-26 23:46:00
|
Actually just looking at this file, line 395 of codestriker.js reads:
var response = top.cs_request.responseXML.documentElement;
Strictly speaking, it should be:
var response = cs_request.responseXML.documentElement;
(ie, remove the "top.") Can you make that change, restart your apache,
shift-reload one of your topics and try again?
On Thu, 27 Oct 2005 03:45, Ananda Tracy wrote:
> I get the following java script error in both web browsers we develop
> and test for in our office. Does anyone know what the issue is or how
> to fix it?
--
Cheers,
David
|