diff --git a/static/js/consos.js b/static/js/consos.js index 88f0cc38..11ad7302 100644 --- a/static/js/consos.js +++ b/static/js/consos.js @@ -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"); diff --git a/static/js/transfer.js b/static/js/transfer.js index 899966fa..9972b64e 100644 --- a/static/js/transfer.js +++ b/static/js/transfer.js @@ -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(""); diff --git a/templates/note/conso_form.html b/templates/note/conso_form.html index ca77f7b5..7965edd3 100644 --- a/templates/note/conso_form.html +++ b/templates/note/conso_form.html @@ -38,8 +38,6 @@ diff --git a/templates/note/transaction_form.html b/templates/note/transaction_form.html index 0b53df61..70426583 100644 --- a/templates/note/transaction_form.html +++ b/templates/note/transaction_form.html @@ -59,8 +59,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
-
@@ -120,8 +118,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
-