Roo/bootstrap/Menu.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:25:40 +0000 (14:25 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:25:40 +0000 (14:25 +0800)
Roo/bootstrap/Menu.js

index d591a18..3dda5b3 100644 (file)
@@ -117,7 +117,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
     initEvents : function() {
        // Roo.log("ADD event");
        // Roo.log(this.triggerEl.dom);
-        this.triggerEl.on('click', this.toggle, this);
+        //this.triggerEl.on('click', this.toggle, this);
         this.triggerEl.addClass('dropdown-toggle');
         this.el.on(Roo.isTouch ? 'touchstart' : 'click'   , this.onClick, this);