liquid_feedback_frontend
diff static/js/update_delegation_info.js @ 529:5ca9de94cb13
Delegation preview when setting delegation, optical enhancements, typos fixed
author | bsw |
---|---|
date | Sun May 20 19:43:01 2012 +0200 (2012-05-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/static/js/update_delegation_info.js Sun May 20 19:43:01 2012 +0200 1.3 @@ -0,0 +1,5 @@ 1.4 +function updateDelegationInfo() { 1.5 + var form = document.getElementById("delegationForm"); 1.6 + form.preview.value = "1"; 1.7 + form.submit(); 1.8 +} 1.9 \ No newline at end of file