Index: Select_Shuttle.egg-info/SOURCES.txt
===================================================================
--- Select_Shuttle.egg-info/SOURCES.txt	(revision 24)
+++ Select_Shuttle.egg-info/SOURCES.txt	(working copy)
@@ -5,6 +5,7 @@
 Select_Shuttle.egg-info/PKG-INFO
 Select_Shuttle.egg-info/README.txt
 Select_Shuttle.egg-info/SOURCES.txt
+Select_Shuttle.egg-info/dependency_links.txt
 Select_Shuttle.egg-info/entry_points.txt
 Select_Shuttle.egg-info/not-zip-safe
 Select_Shuttle.egg-info/paster_plugins.txt
Index: selectshuttle/release.py
===================================================================
--- selectshuttle/release.py	(revision 24)
+++ selectshuttle/release.py	(working copy)
@@ -1,6 +1,6 @@
 # Release information about Select-Shuttle
 
-version = "1.0"
+version = "1.0.1"
 
 description = """The SelectShuttle widget provides a mechanism for selecting
 multiple values from a list of values by allowing the user to move items
Index: selectshuttle/widgets.py
===================================================================
--- selectshuttle/widgets.py	(revision 25)
+++ selectshuttle/widgets.py	(working copy)
@@ -132,7 +132,9 @@
       </table>
       
       <script type="text/javascript">
-        addLoadEvent(${optrans_name}.init(${form_reference}))
+        addLoadEvent(function(){
+            ${optrans_name}.init(${form_reference});
+        });
       </script>
 
     </div>

