mirror of https://github.com/zulip/zulip.git
Display the blank for new bots below existing bots.
(imported from commit 813fbf969d0fef508db1dc4acd02c1fc98f427fb)
This commit is contained in:
parent
e33812d1ff
commit
968ef85ff8
|
@ -6,7 +6,7 @@ function add_bot_row(name, email, api_key) {
|
|||
var row = $('<tr></tr>').append($('<td>').text(name),
|
||||
$('<td>').text(email),
|
||||
$('<td class="api_key">').text(api_key));
|
||||
$('#create_bot_row').after(row);
|
||||
$('#create_bot_row').before(row);
|
||||
}
|
||||
|
||||
function is_local_part(value, element) {
|
||||
|
|
Loading…
Reference in New Issue