From f174e9cc55679f9a1d3cba390fefb1a7dcc19b40 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 20 Jun 2010 17:34:51 +0000 Subject: #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users. --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 89266d26c..639861cd9 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -4277,6 +4277,7 @@ function drupal_add_tabledrag($table_id, $action, $relationship, $group, $subgro // Add the table drag JavaScript to the page before the module JavaScript // to ensure that table drag behaviors are registered before any module // uses it. + drupal_add_js('misc/jquery.cookie.js', array('weight' => JS_DEFAULT - 2)); drupal_add_js('misc/tabledrag.js', array('weight' => JS_DEFAULT - 1)); $js_added = TRUE; } -- cgit v1.2.3