Skip to content

Commit de2008c

Browse files
committed
commenting out append disables display of new items ??
1 parent acb1593 commit de2008c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/scripts/ticker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
clearTimeout(interval);
5454

5555
// Append copy of current item to bottom of list
56-
// $(copy)
57-
// .css('display', 'none')
58-
// .appendTo(list);
56+
$(copy)
57+
.css('display', 'none')
58+
.appendTo(list);
5959

6060
// Fade current item out, remove from DOM then animate the next item
6161
item.fadeOut(opts.fadeOut, function()

0 commit comments

Comments
 (0)