Create Mock Up White Form - open in new tab

This commit is contained in:
edmondlang
2024-10-22 17:35:46 +08:00
parent e96fc3adb2
commit 6923b1bab8
@@ -159,7 +159,7 @@
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}