summaryrefslogtreecommitdiff
path: root/misc/tableheader.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tableheader.js')
-rw-r--r--misc/tableheader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tableheader.js b/misc/tableheader.js
index 1c8c9bf1c..fbc317583 100644
--- a/misc/tableheader.js
+++ b/misc/tableheader.js
@@ -8,7 +8,7 @@ Drupal.tableHeaderDoScroll = function() {
};
Drupal.behaviors.tableHeader = {
- attach: function(context) {
+ attach: function(context, settings) {
// This breaks in anything less than IE 7. Prevent it from running.
if ($.browser.msie && parseInt($.browser.version, 10) < 7) {
return;