Quote:
Originally Posted by Carnage-
What problem did you correct?
If its a bug, I can put it into the official release.
|
File /chess/script/basic.js
Find (on line 132):
Code:
function post_move(e)
{
comment = YAHOO.util.Dom.get("comment").value;
YAHOO.util.Dom.get("comment").value == '';
...
YAHOO.util.Dom.get('vB_Editor_QR_textarea').value += comment;
Change js var 'comment' to 'temp' (or something else).
Using 'comment' causes js error 'object does not support this property or method'.
IE8, vB4.0.5, tested both Remote and local YUI
Also: Does not play well with vBSuperCharged (js compression)...might just be me.
Disabled this mod until version with rule enforcement is released.