Added comments for toggle checkout-to JS

This commit is contained in:
snipe 2017-11-21 20:55:57 -08:00
parent 0adebd1ec8
commit 8711bc0dbd

View file

@ -255,6 +255,8 @@ $(document).ready(function () {
return datalist.text;
}
// This handles the radio button selectors for the checkout-to-foo options
// on asset checkout and also on asset edit
$(function() {
$('input[name=checkout_to_type]').on("change",function () {
var assignto_type = $('input[name=checkout_to_type]:checked').val();