Update main-dashboard.js

This commit is contained in:
Julian Prieber 2022-11-12 22:54:24 +01:00
parent cf952549b2
commit 246d8a260b
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@
alert("Something went wrong! Please, Try again.") alert("Something went wrong! Please, Try again.")
} }
}); });
setTimeout(function(){
document.getElementById('frPreview1').src += '';
document.getElementById('frPreview2').src += '';
}, 300);
} }
} }
}); });