From 1f781c50371e314e054a8c28f75b7aff4ebb23f2 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 12 Oct 2022 20:52:59 +1000 Subject: [PATCH] datatables statesave --- .../authentication/templates/authentication/tokens.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index 92468e2f..7670d433 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -55,8 +55,8 @@ last = group; } }); - } + }, + "stateSave": true, }); - }); {% endblock %}