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