Disable site-wide aggregation of metasearch specific scripts for Ding.
authorJason Skomorowski <jason@indexdata.com>
Thu, 7 Apr 2011 02:23:02 +0000 (02:23 +0000)
committerJason Skomorowski <jason@indexdata.com>
Thu, 7 Apr 2011 02:23:02 +0000 (02:23 +0000)
mkdru.module

index b559518..ea00246 100644 (file)
@@ -22,11 +22,11 @@ function mkdru_ting_search_tab($keys) {
    $path = drupal_get_path('module', 'mkdru');
   // Include client library.
   drupal_add_js(variable_get('pz2_js_path', 'pazpar2/js') 
-    . '/pz2.js', 'module', 'footer');
-  drupal_add_js($path . '/jquery.ba-bbq.js', 'module', 'footer');
-  drupal_add_js($path . '/recipe.js', 'module', 'footer');
-  drupal_add_js($path . '/mkdru.theme.js', 'module', 'footer');
-  drupal_add_js($path . '/mkdru.client.js', 'module', 'footer');
+    . '/pz2.js', 'module', 'footer', TRUE, TRUE, FALSE);
+  drupal_add_js($path . '/jquery.ba-bbq.js', 'module', 'footer', TRUE, TRUE, FALSE);
+  drupal_add_js($path . '/recipe.js', 'module', 'footer', TRUE, TRUE, FALSE);
+  drupal_add_js($path . '/mkdru.theme.js', 'module', 'footer', TRUE, TRUE, FALSE);
+  drupal_add_js($path . '/mkdru.client.js', 'module', 'footer', TRUE, TRUE, FALSE);
   $html = theme('mkdru_results');
   drupal_add_js(array('mkdru' => 
     array(