Expand the card creator

This commit is contained in:
2017-10-15 11:36:03 +02:00
parent 4a7931077e
commit 9d3a350510
4 changed files with 148 additions and 33 deletions
+5
View File
@@ -0,0 +1,5 @@
function submit_preview() {
document.getElementById("cardform").submit();
}
window.setTimeout(submit_preview, 1);