I am receiving an error in ie8 and ie7 when trying to use the html5-respond.js.

Webpage error details

Message: Object expected
Line: 3
Char: 1
Code: 0
URI: sites/all/themes/zen/js/html5-respond.js

This is a simple error that can be fixed by adding an ending ";" to the compressed html5 code. Without this the entire file will not load which will cause media queries and the html 5 shiv from working.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gleroux02’s picture

Adding patch that adds a semi-colon to the end of the minified html5 code.

JohnAlbin’s picture

Status: Active » Fixed

Fixed! Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.