Hi Ori,
We just use the default theme.
And red line is the code which causes issue:
Form Resources.Browser.Form.Js.Wgx
function Events_CreateEvent(strSource,strType,strTarget,blnUnique,blnTypeOnlyUnique)
{
// if there is no event buffer
if(mobjEventBuffer==null)
{
// create new event buffer element
mobjEventBuffer = mobjDataDomObject.createElement("ES");
// attach event buffer to data object
mobjDataDomObject.documentElement.appendChild(mobjEventBuffer);
}
// get the event guid