diff --git a/kfet/templates/kfet/account_read.html b/kfet/templates/kfet/account_read.html index 2d91197b..7618375c 100644 --- a/kfet/templates/kfet/account_read.html +++ b/kfet/templates/kfet/account_read.html @@ -4,11 +4,17 @@ {% load l10n %} {% block extra_head %} + + + + + + {% endblock %} @@ -62,33 +68,19 @@ diff --git a/kfet/templates/kfet/transfers.html b/kfet/templates/kfet/transfers.html index d61e69fe..9b50aaa2 100644 --- a/kfet/templates/kfet/transfers.html +++ b/kfet/templates/kfet/transfers.html @@ -55,7 +55,10 @@ $(document).ready(function() { // Lock to avoid multiple requests window.lock = 0; - var history = new History({'transfersonly': true}, {}); + var history = new History(); + history.api_options = { + 'transfersonly': true, + }; // ----- // Synchronization