Fix IE11 support in backend

This commit is contained in:
Raphael Michel
2021-05-14 10:30:01 +02:00
parent 8c07fa75e4
commit d6c1c1bd41

View File

@@ -94,7 +94,7 @@ function questions_init_photos(el) {
aspectRatio: 3 / 4,
viewMode: 1,
zoomable: false,
crop(event) {
crop: function (event) {
$container.find("input[type=hidden]").val(JSON.stringify(cropper.getData(true)));
},
});