From 9da8d492236a5e8ece4968834b5ef202882c15e1 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 30 Jul 2020 16:41:41 +0200 Subject: [PATCH] Remove ... when invalidating transaction --- static/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/base.js b/static/js/base.js index fccb5b4f..77057103 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -343,7 +343,7 @@ function autoCompleteNote(field_id, note_list_id, notes, notes_display, alias_pr // When a validate button is clicked, we switch the validation status function de_validate(id, validated) { let invalidity_reason = $("#invalidity_reason_" + id).val(); - $("#validate_" + id).html("⟳ ..."); + $("#validate_" + id).html(""); // Perform a PATCH request to the API in order to update the transaction // If the user has insufficient rights, an error message will appear