diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-06-24 21:08:55 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-06-24 21:08:55 +0000 |
commit | f9bebb9bf5580d922cca3715ef852cd28c12ff5c (patch) | |
tree | d3b83eabbf16046a5f1b8915dc2f8d1ce7f3a5f1 /views/default/scripts | |
parent | 1f8af59dc552d1a825d3575bff8e7ed403d125ba (diff) | |
download | elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.gz elgg-f9bebb9bf5580d922cca3715ef852cd28c12ff5c.tar.bz2 |
Added IE support to html5 plugin
Diffstat (limited to 'views/default/scripts')
-rw-r--r-- | views/default/scripts/html5.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/scripts/html5.php b/views/default/scripts/html5.php new file mode 100644 index 000000000..82ad63146 --- /dev/null +++ b/views/default/scripts/html5.php @@ -0,0 +1,3 @@ +<!--[if lt IE 9]>
+<script src="http://html5shim.googlecode.com/svn/trunk/html5-els.js"></script>
+<![endif]-->
\ No newline at end of file |