diff --git a/hide_submit.js b/hide_submit.js
diff --git a/hide_submit.module b/hide_submit.module
index a3b4831..f772c9f 100644
--- a/hide_submit.module
+++ b/hide_submit.module
@@ -33,7 +33,7 @@ function hide_submit_init() {
 
   if ($hide_submit_settings['hide_submit']['hide_submit_status']) {
     drupal_add_js($hide_submit_settings, 'setting');
-    drupal_add_js(drupal_get_path('module', 'hide_submit') . '/hide_submit.js');
+    drupal_add_js(drupal_get_path('module', 'hide_submit') . '/hide_submit.js', array('weight' => 10));
     drupal_add_css(drupal_get_path('module', 'hide_submit') . '/hide_submit.css');
   }
 }
