Update main-dashboard.js
This commit is contained in:
parent
cf952549b2
commit
246d8a260b
|
@ -70,6 +70,11 @@
|
|||
alert("Something went wrong! Please, Try again.")
|
||||
}
|
||||
});
|
||||
|
||||
setTimeout(function(){
|
||||
document.getElementById('frPreview1').src += '';
|
||||
document.getElementById('frPreview2').src += '';
|
||||
}, 300);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue