diff --git a/zephyr/static/js/settings.js b/zephyr/static/js/settings.js index 2a620a54a1..296ffefdad 100644 --- a/zephyr/static/js/settings.js +++ b/zephyr/static/js/settings.js @@ -6,7 +6,7 @@ function add_bot_row(name, email, api_key) { var row = $('').append($('').text(name), $('').text(email), $('').text(api_key)); - $('#create_bot_row').after(row); + $('#create_bot_row').before(row); } function is_local_part(value, element) {