liquid_feedback_frontend

view static/js/update_delegation_info.js @ 866:3f0e41887551

Do not notify a member about events caused by the member him/herself
author bsw
date Fri Aug 17 20:05:23 2012 +0200 (2012-08-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