Hi,

Sorry - I'm sure this is just a problem with my site but the HTML5.js file isn't getting called properly.

When I look at the cource code (7.x-1.0) it says:

<!--[if lt IE 9]>
<script>sites/all/modules/html5_toolshtml5.js</script>
<![endif]-->

When it should be:

<!--[if lt IE 9]>
<script>sites/all/modules/html5_tools/html5.js</script>
<![endif]-->

I'm a bit of a newbie so i don't know why this might be, or how I could fix it?

Thanks very much,

Ben

Comments

ericduran’s picture

Status: Active » Fixed

Hey,

This is fixed on the latest version. You need to run 7.x-1.x-dev. I fixed this a day ago. So if you had that version before feel free to just download the same version again and it should fix your problem.

:)

badlydrawnben’s picture

Wow, that was a quick response and a speedy solution. All fixed now.

Thanks very much.

ericduran’s picture

@badlydrawnben, No problem. Thanks for letting me know this fixed your problem.

Now that I know this does indeed fixes the issues, I'll push a new 7.x-1.1 release out.

Thanks.

ericduran’s picture

If you want you can now switch to the stable 1.1 release :)

Status: Fixed » Closed (fixed)

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