mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Display the blank for new bots below existing bots.
(imported from commit 813fbf969d0fef508db1dc4acd02c1fc98f427fb)
This commit is contained in:
@@ -6,7 +6,7 @@ function add_bot_row(name, email, api_key) {
|
|||||||
var row = $('<tr></tr>').append($('<td>').text(name),
|
var row = $('<tr></tr>').append($('<td>').text(name),
|
||||||
$('<td>').text(email),
|
$('<td>').text(email),
|
||||||
$('<td class="api_key">').text(api_key));
|
$('<td class="api_key">').text(api_key));
|
||||||
$('#create_bot_row').after(row);
|
$('#create_bot_row').before(row);
|
||||||
}
|
}
|
||||||
|
|
||||||
function is_local_part(value, element) {
|
function is_local_part(value, element) {
|
||||||
|
|||||||
Reference in New Issue
Block a user