mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added comments for toggle checkout-to JS
This commit is contained in:
parent
0adebd1ec8
commit
8711bc0dbd
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue