mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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;
|
return datalist.text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This handles the radio button selectors for the checkout-to-foo options
|
||||||
|
// on asset checkout and also on asset edit
|
||||||
$(function() {
|
$(function() {
|
||||||
$('input[name=checkout_to_type]').on("change",function () {
|
$('input[name=checkout_to_type]').on("change",function () {
|
||||||
var assignto_type = $('input[name=checkout_to_type]:checked').val();
|
var assignto_type = $('input[name=checkout_to_type]:checked').val();
|
||||||
|
|
Loading…
Reference in a new issue