Remove redundant wait loading report content

Co-authored-by: Gaetan Craig-Riou <40413322+rioug@users.noreply.github.com>
This commit is contained in:
Maikel
2024-06-25 11:50:01 +10:00
committed by GitHub
parent 98a29785a7
commit c8e134cef5

View File

@@ -2,4 +2,4 @@
%p.notice= t ".report_is_big"
%p= link_to t(".display_anyway"), file_url, target: "_blank",
class: "button icon icon-file",
onclick: "(async function (element) { element.outerHTML = await (await (await fetch(element.href))).text() })(this); return false;"
onclick: "(async function (element) { element.outerHTML = await (await fetch(element.href)).text() })(this); return false;"