diff --git a/html/create_object.html b/html/create_object.html index 49af318f6f0..bcc0f71a270 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -65,4 +65,10 @@ populateList(filtered); } + + function quickSpawn() { + document.spawner.submit(); + } + + document.getElementById('object_list').ondblclick = quickSpawn;