diff --git a/html/create_object.html b/html/create_object.html index e652260f67e..aa36cad8163 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -27,7 +27,7 @@
- Type
+ Type
Offset: A @@ -52,7 +52,6 @@ var object_list = document.spawner.object_list; var object_paths = null /* object types */; var objects = object_paths == null ? new Array() : object_paths.split(";"); - var iterator = 0 document.spawner.filter.focus(); populateList(objects); @@ -108,21 +107,6 @@ object_list.options[0].selected = 'true'; } } - - function submitUpdate() - { - iterator += 1; - setTimeout(testUpdate(), 750); - } - - function testUpdate() - { - iterator -= 1; - if (iterator == 0) - { - updateSearch(); - } - }