projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ecc1c4
)
Don't load pngfix.js on IE7 as it isn't needed.
author
Tom Hughes
<tom@compton.nu>
Fri, 15 Jun 2007 13:03:30 +0000
(13:03 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 15 Jun 2007 13:03:30 +0000
(13:03 +0000)
app/views/layouts/site.rhtml
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.rhtml
b/app/views/layouts/site.rhtml
index 8d05597721a1cdb3b0e4667b7fc77e6ba5fff8a7..df6989bf8c9f45db750e12afba639853a5f35358 100644
(file)
--- a/
app/views/layouts/site.rhtml
+++ b/
app/views/layouts/site.rhtml
@@
-2,7
+2,7
@@
<html>
<head>
<%= javascript_include_tag 'main.js' %>
- <!--[if
IE
]><%= javascript_include_tag 'pngfix.js' %><![endif]--> <!-- thanks, microsoft! -->
+ <!--[if
lt IE 7
]><%= javascript_include_tag 'pngfix.js' %><![endif]--> <!-- thanks, microsoft! -->
<%= javascript_include_tag 'tile.js' %>
<%= javascript_include_tag 'site.js' %>