diff --git a/assets/js/customizer.js b/assets/js/customizer.js index 12c9752b..79e1b461 100644 --- a/assets/js/customizer.js +++ b/assets/js/customizer.js @@ -19,7 +19,7 @@ /** * Unblocks when the loading is finished. */ - $('#preview-stage-iframe').on('load', function() { + $('#preview-stage-iframe').off('load').one('load', function() { if (block) {