Revert "Disable site-wide aggregation of metasearch specific scripts for Ding."
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Apr 2011 08:06:28 +0000 (10:06 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Apr 2011 08:06:28 +0000 (10:06 +0200)
This reverts commit fdbf888aa2a6d904b3d4a54ad46f5ca7f9f81266.

mkdru.module

index ea00246..b559518 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', 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);
+    . '/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');
   $html = theme('mkdru_results');
   drupal_add_js(array('mkdru' => 
     array(