Skip to content

Commit

Permalink
Remove duplicate openlayers script call
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm Locke committed Mar 9, 2011
1 parent ba22264 commit f712d32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/layouts/application.html.erb
Expand Up @@ -16,8 +16,11 @@
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="http://eq.org.nz/media/css/iehacks.css" />
<![endif]--><!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://eq.org.nz/media/css/ie7hacks.css" />
<![endif]--><!--[if IE 6]><link rel="stylesheet" type="text/css" href="http://eq.org.nz/media/css/ie6hacks.css" />
<![endif]--><link rel="stylesheet" type="text/css" href="http://eq.org.nz/media/css/openlayers.css" />
<link rel="stylesheet" type="text/css" href="http://eq.org.nz/plugins/fullscreenmap/views/css/fullscreenmap.css" /><link rel="stylesheet" type="text/css" href="http://eq.org.nz/plugins/fullscreenmap/views/css/colorbox.css" /><link rel="alternate" type="application/rss+xml" href="http://eq.org.nz/feed/" title="RSS2" /><script type="text/javascript" src="http://eq.org.nz/media/js/OpenLayers.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="http://eq.org.nz/media/css/openlayers.css" />
<link rel="stylesheet" type="text/css" href="http://eq.org.nz/plugins/fullscreenmap/views/css/fullscreenmap.css" />
<link rel="stylesheet" type="text/css" href="http://eq.org.nz/plugins/fullscreenmap/views/css/colorbox.css" />
<link rel="alternate" type="application/rss+xml" href="http://eq.org.nz/feed/" title="RSS2" />
<link rel="shortcut icon" href="http://eq.org.nz/favicon.ico">
<link rel="apple-touch-icon" href="http://eq.org.nz/apple-touch-icon.png">
<%= stylesheet_link_tag :all %>
Expand Down

0 comments on commit f712d32

Please sign in to comment.