liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1567:c87cc80b7904

Show incoming and outgoing delegations in member view
author bsw
date Tue Nov 10 21:22:01 2020 +0100 (2020-11-10)
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