Skip to content

Commit 246d8a2

Browse files
committed
Update main-dashboard.js
1 parent cf95254 commit 246d8a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

studio/js/main-dashboard.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
alert("Something went wrong! Please, Try again.")
7171
}
7272
});
73+
74+
setTimeout(function(){
75+
document.getElementById('frPreview1').src += '';
76+
document.getElementById('frPreview2').src += '';
77+
}, 300);
7378
}
7479
}
7580
});

0 commit comments

Comments
 (0)