|
@@ -232,9 +232,10 @@
|
|
var ul = $('.wrap_content ul');
|
|
var ul = $('.wrap_content ul');
|
|
var firstLi = $('li:first', ul);
|
|
var firstLi = $('li:first', ul);
|
|
firstLi.clone().appendTo(ul);
|
|
firstLi.clone().appendTo(ul);
|
|
|
|
+ firstLi.remove();
|
|
ul.animate({top: "-40px"}, 1000, function(){
|
|
ul.animate({top: "-40px"}, 1000, function(){
|
|
ul.css('top', '5px');
|
|
ul.css('top', '5px');
|
|
- firstLi.remove();
|
|
|
|
|
|
+ /* firstLi.remove(); */
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})();
|
|
})();
|