add Konqueror support to TreeMenu
authorchriskl <chriskl>
Sun, 25 May 2003 07:00:26 +0000 (07:00 +0000)
committerchriskl <chriskl>
Sun, 25 May 2003 07:00:26 +0000 (07:00 +0000)
classes/HTML_TreeMenu/TreeMenu.js

index 740a72bbc8239f59f6a45287ad7a4aa388f4cc99..32a4b527d6102c1df215da01bb01e7b9006927f0 100755 (executable)
@@ -32,7 +32,7 @@
 // |         Harald Radi <harald.radi@nme.at>                              |
 // +-----------------------------------------------------------------------+
 //
-// $Id: TreeMenu.js,v 1.1 2003/05/12 09:55:14 chriskl Exp $
+// $Id: TreeMenu.js,v 1.2 2003/05/25 07:00:26 chriskl Exp $
 
 
 /**
 */
        TreeMenu.prototype.doesMenu = function ()
        {
-               return (is_ie4up || is_nav6up || is_gecko || is_opera7);
+               return (is_ie4up || is_nav6up || is_gecko || is_opera7 || is_konqueror);
        }
 
 /**
        
        var is_opera  = (agt.indexOf("opera") != -1);
        var is_opera7 = is_opera && (agt.indexOf("opera 7") != -1);
+       
+       var is_konqueror  = (agt.indexOf("konqueror") != -1);   
 //--> end hide JavaScript