diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-19 11:15:32 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-19 11:15:32 +0000 |
commit | c57ea5721c47f3497e6f9d59978abf65ad74d4a1 (patch) | |
tree | 5c1fa5a87b14688c64949393021663fa40052c2e /demos | |
parent | 2a6a3561092a3c34d3f5c6b759e4af3ec01fcf0f (diff) | |
download | jquery-ui-c57ea5721c47f3497e6f9d59978abf65ad74d4a1.tar.gz jquery-ui-c57ea5721c47f3497e6f9d59978abf65ad74d4a1.zip |
removed unused conditional comments for ie5, ie6, ie7
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 8e7207e0f..cbf4c993a 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -1,4 +1,4 @@ -<!doctype html> +<!doctype html> <html lang="en"> <head> <title>jQuery UI - Functional demos</title> @@ -102,9 +102,6 @@ </head> <body class="flora" id="functional_demos"> -<!--[if IE 5]><div id="ie5" class="ie"><![endif]--> -<!--[if IE 6]><div id="ie6" class="ie"><![endif]--> -<!--[if IE 7]><div id="ie7" class="ie"><![endif]--> <div id="wrapper"> <div id="banner"> <h1 class="logo"> |