liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1584:2874a199c727

Removed include_role from token endpoint and added it to validate endpoint
author bsw
date Tue Jan 26 18:52:28 2021 +0100 (2021-01-26)
parents 5ca9de94cb13
children
line source
1 function updateDelegationInfo() {
2 var form = document.getElementById("delegationForm");
3 form.preview.value = "1";
4 form.submit();
5 }

Impressum / About Us