Clean old search container

This commit is contained in:
Alexandre Iooss 2020-04-10 21:28:33 +02:00
parent 3dec49c4d1
commit 442ac51373
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
4 changed files with 0 additions and 9 deletions

View file

@ -146,7 +146,6 @@ function reset() {
notes.length = 0;
buttons.length = 0;
$("#note_list").html("");
$("#alias_matched").html("");
$("#consos_list").html("");
$("#user_note").text("");
$("#profile_pic").attr("src", "/media/pic/default.png");

View file

@ -14,8 +14,6 @@ function reset() {
dests.length = 0;
$("#source_note_list").html("");
$("#dest_note_list").html("");
$("#source_alias_matched").html("");
$("#dest_alias_matched").html("");
$("#amount").val("");
$("#reason").val("");
$("#last_name").val("");