Skip to content

Commit 4006994

Browse files
committed
prepend instead of append events
1 parent c6b4d9e commit 4006994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhook_testharness/views/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ block content
237237
if (currentContent === 'No webhook events yet' || currentContent === 'Connected to webhook event stream. Waiting for events...') {
238238
$('#webhook-events').text(eventDisplay);
239239
} else {
240-
$('#webhook-events').append(eventDisplay);
240+
$('#webhook-events').prepend(eventDisplay);
241241
}
242242

243243
// Scroll to bottom of the pre element

0 commit comments

Comments
 (0)