html5.js has a script error when loaded. The problem is you're calling the Drupal object in the js file and loading it before all other scripts load, including the Drupal object.

I fixed this in my own copy by moving the '_insert' var out of html5.js and adding it below the call to all script tags.

Comments

ericduran’s picture

Yea, I also have this fixed in my checkout.

I've been waiting about pushing this out because I wanted to update the html5shiv to the latest version instead.

ericduran’s picture

Priority: Major » Critical
jdlind38’s picture

Is there a way to patch this issue until the new release?

ericduran’s picture

Status: Active » Fixed

This is now fixed in the dev version.

I also added a jquery_update dependency.

Because in order to work properly without the innershiv you really should be using jquery 1.7

It might take a bit for it to be available on the project page.

--
http://drupalcode.org/project/html5_tools.git/commit/145b827

Status: Fixed » Closed (fixed)

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