Enlightenment CVS committal

Author  : raster
Project : web
Module  : e

Dir     : web/e/config


Modified Files:
        top 


Log Message:


fix regex

===================================================================
RCS file: /cvsroot/enlightenment/web/e/config/top,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- top 6 Jul 2004 09:41:56 -0000       1.14
+++ top 1 Dec 2004 07:37:20 -0000       1.15
@@ -13,7 +13,7 @@
   <style type="text/css">img {behavior: url("png.htc");} </style>
   <script language="JavaScript" type="text/javascript">
   <!--
-    var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && 
navigator.platform == "Win32";
+    var supported = /MSIE (5\.5|[6789])/.test(navigator.userAgent) && 
navigator.platform == "Win32";
 
     function adjust()
     {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to