liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1181:d83ecd35458c

Fixed usage of a global variable
author bsw
date Thu Mar 26 20:13:39 2015 +0100 (2015-03-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