liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1699:c2d51e2158f6

Do not show link to unit in single unit mode
author bsw
date Thu Sep 23 18:16:06 2021 +0200 (2021-09-23)
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