This commit is contained in:
Mloc
2012-04-30 20:25:45 +02:00
parent 0bfb64f1e4
commit 59318783d5

View File

@@ -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();