Create A Forum - Support Forums

Support => Bugs => Topic started by: aIURbliS on September 22, 2012, 06:36:45 pm

Title: Quick modify
Post by: aIURbliS on September 22, 2012, 06:36:45 pm
Inside Javascript console:  Uncaught TypeError: Cannot set property 'innerHTML' of null
File:  script.js:446
line of code:
Code: [Select]
function setInnerHTML(oElement, sToValue)
{
oElement.innerHTML = sToValue;
}

I found an error in the Javascript console after using the quick modify button to modify posts
Title: Re: Quick modify
Post by: CreateAForum on September 22, 2012, 07:29:00 pm
Does it still work?
And what browser
Title: Re: Quick modify
Post by: aIURbliS on September 22, 2012, 08:45:46 pm
I'm using Chrome and the quick modify button works but the error message shows up in my Javascript console so I was hoping you could fix it. There could possibly be other problems though so I'm just reporting this