Avoid pre-loading all assets on page load

This commit is contained in:
Marcus Moore
2025-09-17 16:56:37 -07:00
parent 41da31c379
commit 705474dc14
@@ -147,7 +147,6 @@
return true; // ensure form still submits
});
$('#assigned_assets_select').select2('open');
setTimeout(function () {
const $searchField = $('.select2-search__field');
const $results = $('.select2-results');