Skip to content
Snippets Groups Projects
Commit f1dfe106 authored by rswindell's avatar rswindell
Browse files

Fix bug introduced in rev 1.142 with the additional/optional arguments to the

yesno() and noyes() methods:
We need to check the argument count before using the second (optional)
argument or else it has some garbage/left-over value from some previous JS
function call. And no, just increasing the argument count in the method table
isn't enough. :-(
Reported by echicken and DaiTengu, thanks!
parent d4772bde
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment