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