Index: dblclick.module
===================================================================
--- dblclick.module	(revision 299)
+++ dblclick.module	(working copy)
@@ -65,7 +65,7 @@
     if (user_access('double click')) {
       // add the dblclick.js file
       $path = drupal_get_path('module', 'dblclick');
-      drupal_add_js($path .'/dblclick.js');
+      drupal_add_js($path .'/dblclick.js', 'theme');
       
       // add a little bit of "extra" information for javascript to use
       $data = 'var dest = "&dbl'. drupal_get_destination() .'";';
