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)
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
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
0
This discussion has been closed.
Comments
barokforum.com