:100644 100644 a922d28... 0000000... M	js.php

diff --git js.php js.php
index a922d28..d91acfb 100644
--- js.php
+++ js.php
@@ -116,8 +116,10 @@ function js_execute_callback() {
     // @todo We actually need to query the database whether the site has any
     // localization module enabled, and load it automatically.
     $locale = drupal_init_language();
-    // Invoke implementations of hook_init().
-    module_invoke_all('init');
+    if (empty($info['skip_hook_init'])) {
+      // Invoke implementations of hook_init().
+      module_invoke_all('init');
+    }
   }
 
   // Invoke callback function.
