Found out where the jQuery BBQ library is actually kept.
authorJason Skomorowski <jason@indexdata.com>
Thu, 24 Feb 2011 06:39:33 +0000 (07:39 +0100)
committerJason Skomorowski <jason@indexdata.com>
Thu, 24 Feb 2011 06:39:33 +0000 (07:39 +0100)
mkdru.module

index b21b38b..9bc03b4 100644 (file)
@@ -298,7 +298,7 @@ function theme_mkdru_js(&$variables) {
   drupal_add_js(variable_get('pz2_js_path', 'pazpar2/js') . '/pz2.js', array(
     'type' => 'file', 'scope' => 'footer', 'defer' => TRUE, 'preprocess' => FALSE));
   // jQuery plugin for query string/history manipulation.
-  drupal_add_library('overlay', 'jquery-bbq');
+  drupal_add_library('system', 'jquery.bbq');
   drupal_add_js($path . '/mkdru.theme.js', array(
     'type' => 'file', 'scope' => 'footer', 'defer' => TRUE, 'preprocess' => FALSE));
   drupal_add_js($path . '/mkdru.client.js', array(