liquid_feedback_frontend

annotate static/js/update_delegation_info.js @ 1494:3e9b0f1adec3

Removed token based CSRF protection (WebMCP uses SameSite cookies now)
author bsw
date Mon Dec 09 15:54:57 2019 +0100 (2019-12-09)
parents 5ca9de94cb13
children
rev   line source
bsw@529 1 function updateDelegationInfo() {
bsw@529 2 var form = document.getElementById("delegationForm");
bsw@529 3 form.preview.value = "1";
bsw@529 4 form.submit();
bsw@529 5 }

Impressum / About Us