mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Fixes #2290
This commit is contained in:
parent
9385c3e9cf
commit
b0dc5b4183
|
@ -300,9 +300,9 @@
|
|||
<script>
|
||||
|
||||
$(function() {
|
||||
$('#checkout_to_user').on("change",function () {
|
||||
$('#assigned_to').on("change",function () {
|
||||
// console.warn("Model Id has changed!");
|
||||
var userid=$('#checkout_to_user').val();
|
||||
var userid=$('#assigned_to').val();
|
||||
if(userid=='') {
|
||||
console.warn('no user selected');
|
||||
$('#current_assets_box').fadeOut();
|
||||
|
|
Loading…
Reference in a new issue