Closed (fixed)
Project:
HTML5 Tools
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2011 at 13:52 UTC
Updated:
26 Sep 2011 at 14:51 UTC
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
Comment #1
ericduran commentedHey,
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.
:)
Comment #2
badlydrawnben commentedWow, that was a quick response and a speedy solution. All fixed now.
Thanks very much.
Comment #3
ericduran commented@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.
Comment #4
ericduran commentedIf you want you can now switch to the stable 1.1 release :)