I am getting this error in FF
Error: document.styleSheets[0] is undefined
.../modules/dynamic_views/js/dynamic_views.js line 229

In IE7 I get another error in line 230.

Drupal is 5.14. I don't have any jquery update installed. Should I?

Thank you.

Comments

fpedraza’s picture

Status: Active » Closed (fixed)

$scripts was before $styles in page.tpl.php.

$scripts variable must appear after the stylesheets.