Expand the card creator
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function submit_preview() {
|
||||
document.getElementById("cardform").submit();
|
||||
}
|
||||
|
||||
window.setTimeout(submit_preview, 1);
|
||||
Reference in New Issue
Block a user