Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Little bug in ToggleCommentBox() (translation)

edited April 2006 in Vanilla 1.0 Help
I don't know if this is fixed in v1.0 but the function ToggleCommentBox() in vanilla.js uses its own strings rather getting them from the language.php

function ToggleCommentBox() {
SwitchElementClass('CommentBox', 'CommentBoxController', 'SmallCommentBox', 'LargeCommentBox', 'big input', 'small input')
}

There are some other similar bugs i've fixed but i don't remember them for now :)

Comments

This discussion has been closed.