adds focus to select 2 bulk checkout

This commit is contained in:
Godfrey M
2025-06-24 09:58:38 -07:00
parent 6015aeddee
commit 483f684b04

View File

@@ -145,6 +145,7 @@
return true; // ensure form still submits
});
$('#assigned_assets_select').select2('open');
});
</script>