fix the ugly object_id bug
This commit is contained in:
parent
9c896213c4
commit
30a6125e3b
1 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,8 @@ $(function() {
|
|||
History.pushState(formData, "", urlString);
|
||||
$.getJSON("/m/get_list", formData, function(data) {
|
||||
stopListLoading(data);
|
||||
displayList(data.items);
|
||||
displayList(data.items);
|
||||
$('#object_id').val('');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue