From de2ba287ee5e7dd10109bd12b4132ff04783d2c0 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Wed, 11 Apr 2012 15:49:14 -0700 Subject: [PATCH] Fixed a mistakenly committed file. --- html/create_object.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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(); - } - }