ukhas / js-logtail

Remote log tailing using the HTTP Range header.
109 stars 54 forks source link

Added functionality to reverse log order #1

Closed priyeshpatel closed 12 years ago

priyeshpatel commented 12 years ago

This change makes the default setting show the log in reverse order and disables scrolling to the bottom (as it's not needed in this case).

Adding ?noreverse to the URL disables this and re-enables the auto-scrolling to the bottom of the page.