mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix IE11 support in backend
This commit is contained in:
@@ -94,7 +94,7 @@ function questions_init_photos(el) {
|
|||||||
aspectRatio: 3 / 4,
|
aspectRatio: 3 / 4,
|
||||||
viewMode: 1,
|
viewMode: 1,
|
||||||
zoomable: false,
|
zoomable: false,
|
||||||
crop(event) {
|
crop: function (event) {
|
||||||
$container.find("input[type=hidden]").val(JSON.stringify(cropper.getData(true)));
|
$container.find("input[type=hidden]").val(JSON.stringify(cropper.getData(true)));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user