Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:38:14 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:38:14 +0000 (15:38 +0800)
Roo/bootstrap/MenuItem.js

index 210c0e3..5c256fe 100644 (file)
@@ -66,9 +66,9 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     onClick : function(e)
     {
         Roo.log('item on click ');
-        if(this.preventDefault){
-            e.preventDefault();
-        }
+        //if(this.preventDefault){
+        //    e.preventDefault();
+        //}
         this.parent().hideMenuItems();
         
         this.fireEvent('click', this, e);