Skip to content
Snippets Groups Projects
Commit f353ea70 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix form submit-button for Chrome

parent b6cc4988
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ document.addEventListener(
var translation = document.getElementById("processing_trans");
this.disabled = true;
this.innerHTML = translation.value;
return true;
}
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment