From 1f0aa609ff5980d1b9da3f5dbea3ebbf949f7da0 Mon Sep 17 00:00:00 2001 From: Ward Poelmans Date: Thu, 9 Jan 2025 09:37:22 +0100 Subject: [PATCH] Drop faulty + unused js code The code gives an error (TypeError: select is null) as it needs a if check to test if the value is saved. So the event handler is never run. Despite this, the LAST_IDP_COOKIE setting puts in a cookie with the last picked IDP so it keeps on working. --- setup.py | 2 +- wayf/templates/wayf_from_sp.html | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/setup.py b/setup.py index 321c861..ee029a7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-wayf', - version='0.3.8', + version='0.3.9', packages=find_packages(), include_package_data=True, license='GPL v3', diff --git a/wayf/templates/wayf_from_sp.html b/wayf/templates/wayf_from_sp.html index 82d1f36..00beef9 100644 --- a/wayf/templates/wayf_from_sp.html +++ b/wayf/templates/wayf_from_sp.html @@ -13,16 +13,6 @@
- {% endblock %}