admin: fix policy testing form not showing the correct result

This commit is contained in:
Jens Langhammer
2020-05-28 21:50:43 +02:00
parent df8995deed
commit 270739a45a
3 changed files with 2 additions and 3 deletions

View File

@ -142,7 +142,6 @@ const loadFormCode = () => {
const setFormSubmitHandlers = () => {
document.querySelectorAll("#flow-body form").forEach(form => {
console.log(`Setting action for form ${form}`);
// debugger;
form.action = flowBodyUrl;
console.log(`Adding handler for form ${form}`);
form.addEventListener('submit', (e) => {