Closed (fixed)
Project:
Dynamic Views
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 18:37 UTC
Updated:
10 Feb 2009 at 14:45 UTC
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
Comment #1
fpedraza commented$scripts was before $styles in page.tpl.php.
$scripts variable must appear after the stylesheets.