Skip to content

Commit

Permalink
Fix for DFL-1354, Dragonfly's build number sniffing fails on Opera 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris K committed Oct 14, 2010
1 parent 201db6e commit af2cd80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/client-en.xml
Expand Up @@ -4,12 +4,6 @@
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<!-- command set_rel_base_url --> <!-- command set_rel_base_url -->
<script><![CDATA[ <script><![CDATA[
if( navigator.userAgent.indexOf('Macintosh') != -1 && Number(opera.buildNumber()) <= 4789 )
{
location.href = "https://dragonfly.opera.com/error.html";
}
]]></script>
<script><![CDATA[
(function() (function()
{ {
// this code was added 10.02.2009 // this code was added 10.02.2009
Expand Down

0 comments on commit af2cd80

Please sign in to comment.