liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1857:1c329811e47f

Allow to hide password reset and login recover feature
author bsw
date Sat Sep 17 21:32:10 2022 +0200 (2022-09-17)
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