diff options
Diffstat (limited to 'templates/web/angus')
-rw-r--r-- | templates/web/angus/header.html | 1 | ||||
-rw-r--r-- | templates/web/angus/maps/fms.html | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/templates/web/angus/header.html b/templates/web/angus/header.html index c59e91079..dccbe70fb 100644 --- a/templates/web/angus/header.html +++ b/templates/web/angus/header.html @@ -4,7 +4,6 @@ # SET html_att = html_att _ ' dir="rtl"'; -%] <!doctype html> -<!--[if lt IE 7]><html class="no-js ie6 iel8"[% html_att %]><![endif]--> <!--[if IE 7]> <html class="no-js ie7 iel8"[% html_att %]><![endif]--> <!--[if IE 8]> <html class="no-js ie8 iel8"[% html_att %]><![endif]--> <!--[if IE 9]> <html class="no-js ie9"[% html_att %]><![endif]--> diff --git a/templates/web/angus/maps/fms.html b/templates/web/angus/maps/fms.html index 810a55de0..ec4033041 100644 --- a/templates/web/angus/maps/fms.html +++ b/templates/web/angus/maps/fms.html @@ -6,9 +6,6 @@ <script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script> <script type="text/javascript" src="[% version('/js/jquery.ba-hashchange.min.js') %]"></script> <script src="[% version('/cobrands/angus/position_map.js') %]" charset="utf-8"></script> -<!--[if lte IE 6]> - <link rel="stylesheet" href="/js/OpenLayers-2.13.1/theme/default/ie6-style.css" type="text/css"> -<![endif]--> [% END %] [% map_html = INCLUDE maps/openlayers.html include_key = 1 %] |