mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Clicking Search on Get Object/Mob/Turf with a blank input no longer crashes the console. (#44403)
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
function updateSearch()
|
||||
{
|
||||
old_search = document.spawner.filter.value.toLowerCase();
|
||||
|
||||
if (!old_search)
|
||||
return;
|
||||
|
||||
var filtered = new Array();
|
||||
var i;
|
||||
|
||||
Reference in New Issue
Block a user