We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
there is a java script error for multi-valued options (delimiter is a space or otherwise). cannot click on "New Value…" to enter a value.
affected code:
fireWhenReady('70de323b_TEST_h', function(){ $$('#70de323b_TEST_h input[type="checkbox"]').each(function(e){ Event.observe(e,'change',ExecutionOptions.multiVarCheckboxChangeWarningHandler.curry('TEST')); }); $$('.obs_addvar').each(function(e){ Event.observe(e,'click', function(evt){ var roc=_remoteOptionControl('_commandOptions'); ExecutionOptions.addMultivarValue('TEST','70de323bvarinput',null,roc.observeMultiCheckbox.bind(roc)); }); }); } );
firefox error console: Error: ReferenceError: ExecutionOptions is not defined
The text was updated successfully, but these errors were encountered:
What OS and Firefox version are you using? thanks for the report
Sorry, something went wrong.
hi greg,
i have tested with the following systems:
03385e7
No branches or pull requests
Hi,
there is a java script error for multi-valued options (delimiter is a space or otherwise).
cannot click on "New Value…" to enter a value.
affected code:
firefox error console:
Error: ReferenceError: ExecutionOptions is not defined
The text was updated successfully, but these errors were encountered: