liquid_feedback_frontend

view static/js/update_delegation_info.js @ 1192:bf158c59f827

Improved installation instructions (use www-data for starting Moonbridge)
author jbe
date Mon Apr 13 12:49:11 2015 +0200 (2015-04-13)
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