set MFCG iframe to preview mode

This commit is contained in:
Azgaar 2021-12-16 00:51:12 +03:00
parent 2001a07cc3
commit f57f004f9e
3 changed files with 2 additions and 3 deletions

View file

@ -405,7 +405,7 @@ function editBurg(id) {
function updateMFCGFrame(burg) {
const mfcgURL = getMFCGlink(burg);
document.getElementById("mfcgPreview").setAttribute("src", mfcgURL);
document.getElementById("mfcgPreview").setAttribute("src", mfcgURL + "&preview=1");
document.getElementById("mfcgLink").setAttribute("href", mfcgURL);
}