Skip to content

Commit 001788b

Browse files
MarianaMariana
authored andcommitted
Merge branch 'MAGETWO-93985' into mpi-fix-1810
2 parents cbd8d8a + 7aea9ef commit 001788b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/web/magnifier/magnify.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ define([
3535
allowZoomOut = false,
3636
allowZoomIn = true;
3737

38-
if (isTouchEnabled) {
39-
$(element).on('fotorama:showend fotorama:load', function () {
40-
$(magnifierSelector).remove();
41-
$(magnifierZoomSelector).remove();
42-
});
43-
}
44-
4538
(function () {
4639
var style = document.documentElement.style,
4740
transitionEnabled = style.transition !== undefined ||

0 commit comments

Comments
 (0)