diff --git a/jquery_tmpl.module b/jquery_tmpl.module
index 4c34842..53d13ed 100644
--- a/jquery_tmpl.module
+++ b/jquery_tmpl.module
@@ -84,11 +84,11 @@ function jquery_tmpl_js_alter(&$javascript) {
     $javascript['jquery_templates'] = array(
       'type' => 'inline',
       'group' => JS_LIBRARY,
-      'weight' => 0,
-      'every_page' => FALSE,
+      'weight' => -2,
+      'every_page' => TRUE,
       'scope' => 'header',
       'cache' => FALSE,
-      'defer' => TRUE,
+      'defer' => FALSE,
       'preprocess' => FALSE,
       'data' => implode("\n", $output),
     );
