Showing
1 changed file
with
3 additions
and
3 deletions
@@ -13,9 +13,9 @@ var jQuery = require('jquery'); | @@ -13,9 +13,9 @@ var jQuery = require('jquery'); | ||
13 | return; | 13 | return; |
14 | } | 14 | } |
15 | var _self = $(this); | 15 | var _self = $(this); |
16 | - setTimeout(function(){ | ||
17 | - _self.css("height",_self.height()); | ||
18 | - },600) | 16 | + //setTimeout(function(){ |
17 | + // _self.css("height",_self.height()); | ||
18 | + //},600) | ||
19 | 19 | ||
20 | var index, items = $(this).children(options.items), connectWith = options.connectWith || false; | 20 | var index, items = $(this).children(options.items), connectWith = options.connectWith || false; |
21 | 21 |
-
Please register or login to post a comment