Roo/bootstrap/MasonryBrick.js
authorjohn <john@roojs.com>
Mon, 11 Dec 2017 04:44:22 +0000 (12:44 +0800)
committerjohn <john@roojs.com>
Mon, 11 Dec 2017 04:44:22 +0000 (12:44 +0800)
Roo/bootstrap/MasonryBrick.js

index a6fc292..25c6507 100644 (file)
@@ -375,11 +375,6 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         }
         
         e.preventDefault();
-        
-        if (this.activeClass != '') {
-            this.selectItem(e,el);
-        }
-        
         this.fireEvent('click', this);
     },
     
@@ -469,6 +464,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         
         window.location.href = this.href;
     }
+    
 });