We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b4d9e commit 4006994Copy full SHA for 4006994
webhook_testharness/views/index.pug
@@ -237,7 +237,7 @@ block content
237
if (currentContent === 'No webhook events yet' || currentContent === 'Connected to webhook event stream. Waiting for events...') {
238
$('#webhook-events').text(eventDisplay);
239
} else {
240
- $('#webhook-events').append(eventDisplay);
+ $('#webhook-events').prepend(eventDisplay);
241
}
242
243
// Scroll to bottom of the pre element
0 commit comments