DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Bugs
*****************************************************
#Post#: 6331--------------------------------------------------
Quick modify
By: xboi209 Date: September 22, 2012, 1:36 pm
---------------------------------------------------------
Inside Javascript console: Uncaught TypeError: Cannot set
property 'innerHTML' of null
File: script.js:446
line of code:
[code]
function setInnerHTML(oElement, sToValue)
{
oElement.innerHTML = sToValue;
}
[/code]
I found an error in the Javascript console after using the quick
modify button to modify posts
#Post#: 6333--------------------------------------------------
Re: Quick modify
By: CreateAForum Date: September 22, 2012, 2:29 pm
---------------------------------------------------------
Does it still work?
And what browser
#Post#: 6335--------------------------------------------------
Re: Quick modify
By: xboi209 Date: September 22, 2012, 3:45 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
*****************************************************