mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Whoops!
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
var old_search = "";
|
var old_search = "";
|
||||||
var object_list = document.spawner.object_list;
|
var object_list = document.spawner.object_list;
|
||||||
var object_paths = //null /* object types */;
|
var object_paths = null /* object types */;
|
||||||
var objects = object_paths == null ? new Array() : object_paths.split(";");
|
var objects = object_paths == null ? new Array() : object_paths.split(";");
|
||||||
|
|
||||||
document.spawner.filter.focus();
|
document.spawner.filter.focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user