Branch: refs/heads/master
Home: https://github.com/jenkinsci/active-choices-plugin
Commit: dd3bf695ecf8a8b98d6f860cdfd6e21d8cab9fcc
https://github.com/jenkinsci/active-choices-plugin/commit/dd3bf695ecf8a8b98d6f860cdfd6e21d8cab9fcc
Author: Jonathan <[email protected]>
Date: 2015-07-21 (Tue, 21 Jul 2015)
Changed paths:
M src/main/resources/org/biouno/unochoice/stapler/unochoice/unochoice.js
Log Message:
-----------
Update unochoice.js
Fixed a bug where they were calling the 'value' attribute on text input
elements (which only returns the default value, not the current live value).
Changed `.attr('value')` to the proper call: `.val()`. Also, the 'checked'
attribute simply has to exist for the element to be considered checked, so it
is incorrect to only compare it with `checked="checked"`. Therefore, the
following change was made: If attr('checked') is not undefined, then consider
the element checked.
Commit: 00a8c29421d07a2809ee60fe2fdf9b48beddf49e
https://github.com/jenkinsci/active-choices-plugin/commit/00a8c29421d07a2809ee60fe2fdf9b48beddf49e
Author: Bruno P. Kinoshita <[email protected]>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M src/main/resources/org/biouno/unochoice/stapler/unochoice/unochoice.js
Log Message:
-----------
Merge pull request #2 from jhosmer/patch-1
Update unochoice.js
Compare:
https://github.com/jenkinsci/active-choices-plugin/compare/a099c893b572...00a8c29421d0
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.